Html Css Color HEX #4C4240 Crater Brown

📋 copy color: '#4C4240'

red 76 ◦ green 66 ◦ blue 64

#4C4240
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crater Brown #4C4240

Tints of Crater Brown #4C4240

RGB

 RED value IS 76 (30.08% from 255) = 36.89%

 GREEN value IS 66 (26.17% from 255) = 32.04%

 BLUE value IS 64 (25.39% from 255) = 31.07%

R = 36.89%
G = 32.04%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.70

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4C4240 (or 0x4C4240) is known color: Crater Brown. HEX triplet: 4C, 42 and 40. RGB value is (76,66,64). Sum of RGB (Red+Green+Blue) = 76+66+64=206 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.89% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4240 is #B3BDBF. Grayscale: #444444. Windows color (decimal): -11779520 or 4211276. OLE color: 4211276.

HSL color Cylindrical-coordinate representation of color #4C4240: hue angle of 10º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4C4240 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 66 64 -
CMYK 0 0.13 0.16 0.70
HSL 10º 0.09% 0.27% -
HSV(B) 10º 0.16% 0.3% -
XYZ 5.85 5.8 5.66 -
YUV 68.76 125.31 133.16 -
System Red Green Blue C M Y K H S L
Decimal 76 66 64 0 0.13 0.16 0.70 10 0.09 0.27
Hex 4C 42 40 0 D 10 46 A 9 1B
Octal 114 102 100 0 15 20 106 12 11 33
Binary 1001100 1000010 1000000 0 1101 10000 1000110 1010 1001 11011

Color Harmonies of #4C4240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4240

Black with #4C4240

Text Example


Text Example

White with #4C4240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C4240; }

 p { color: rgb(76,66,64); }

 H1.HeaderClassName
 {
   color: #4C4240;
 }
 .AnyTagClassName
 {
   color: #4C4240;
 }
</style>

background-color css

<style>
 a { background-color: #4C4240; }

 a { background-color: rgb(76,66,64); }

 div.DivClassName
 {
   background-color: #4C4240;
 }
 .BgClassName
 {
   background-color: #4C4240;
 }
</style>

border-color css

<style>
 span { border-color: #4C4240; }

 span { border-color: rgb(76,66,64); }

 td.TdClassName
 {
   border-color: #4C4240;
 }
 .TagClassName
 {
   border-color: #4C4240;
 }
</style>