Html Css Color HEX #312006 Cocoa Brown

📋 copy color: '#312006'

red 49 ◦ green 32 ◦ blue 6

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

Shades of Cocoa Brown #312006

Tints of Cocoa Brown #312006

RGB

 RED value IS 49 (19.53% from 255) = 56.32%

 GREEN value IS 32 (12.89% from 255) = 36.78%

 BLUE value IS 6 (2.73% from 255) = 6.9%

R = 56.32%
G = 36.78%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.81

RGB Variations

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

Color information

#312006 (or 0x312006) is known color: Cocoa Brown. HEX triplet: 31, 20 and 06. RGB value is (49,32,6). Sum of RGB (Red+Green+Blue) = 49+32+6=87 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.32% from 87); Green value is 32 (12.89% from 255 or 36.78% from 87); Blue value is 6 (2.73% from 255 or 6.90% from 87); Max value from RGB is 49 - color contains mainly: red. Hex color #312006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312006 is #CEDFF9. Grayscale: #222222. Windows color (decimal): -13557754 or 401457. OLE color: 401457.

HSL color Cylindrical-coordinate representation of color #312006: hue angle of 36.28º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #312006 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 32 6 -
CMYK 0 0.35 0.88 0.81
HSL 36.28º 0.78% 0.11% -
HSV(B) 36.28º 0.88% 0.19% -
XYZ 1.82 1.7 0.4 -
YUV 34.12 112.13 138.61 -
System Red Green Blue C M Y K H S L
Decimal 49 32 6 0 0.35 0.88 0.81 36.28 0.78 0.11
Hex 31 20 6 0 23 58 51 24 4E B
Octal 61 40 6 0 43 130 121 44 116 13
Binary 110001 100000 110 0 100011 1011000 1010001 100100 1001110 1011

Color Harmonies of #312006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312006

Black with #312006

Text Example


Text Example

White with #312006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312006; }

 p { color: rgb(49,32,6); }

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

background-color css

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

 a { background-color: rgb(49,32,6); }

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

border-color css

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

 span { border-color: rgb(49,32,6); }

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