Html Css Color HEX #312009 Cocoa Brown

📋 copy color: '#312009'

red 49 ◦ green 32 ◦ blue 9

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

Shades of Cocoa Brown #312009

Tints of Cocoa Brown #312009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 10%

R = 54.44%
G = 35.56%
B = 10%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.81

RGB Variations

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

Color information

#312009 (or 0x312009) is known color: Cocoa Brown. HEX triplet: 31, 20 and 09. RGB value is (49,32,9). Sum of RGB (Red+Green+Blue) = 49+32+9=90 (11% of max value = 765). Red value is 49 (19.53% from 255 or 54.44% from 90); Green value is 32 (12.89% from 255 or 35.56% from 90); Blue value is 9 (3.91% from 255 or 10% from 90); Max value from RGB is 49 - color contains mainly: red. Hex color #312009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312009 is #CEDFF6. Grayscale: #222222. Windows color (decimal): -13557751 or 598065. OLE color: 598065.

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

Color convert

RGB 49 32 9 -
CMYK 0 0.35 0.82 0.81
HSL 34.5º 0.69% 0.11% -
HSV(B) 34.5º 0.82% 0.19% -
XYZ 1.83 1.71 0.49 -
YUV 34.46 113.63 138.37 -
System Red Green Blue C M Y K H S L
Decimal 49 32 9 0 0.35 0.82 0.81 34.5 0.69 0.11
Hex 31 20 9 0 23 52 51 22 45 B
Octal 61 40 11 0 43 122 121 42 105 13
Binary 110001 100000 1001 0 100011 1010010 1010001 100010 1000101 1011

Color Harmonies of #312009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312009

Black with #312009

Text Example


Text Example

White with #312009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312009; }

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

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

background-color css

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

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

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

border-color css

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

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

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