Html Css Color HEX #312109 Cocoa Brown

📋 copy color: '#312109'

red 49 ◦ green 33 ◦ blue 9

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

Shades of Cocoa Brown #312109

Tints of Cocoa Brown #312109

RGB

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

 GREEN value IS 33 (13.28% from 255) = 36.26%

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

R = 53.85%
G = 36.26%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.81

RGB Variations

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

Color information

#312109 (or 0x312109) is known color: Cocoa Brown. HEX triplet: 31, 21 and 09. RGB value is (49,33,9). Sum of RGB (Red+Green+Blue) = 49+33+9=91 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.85% from 91); Green value is 33 (13.28% from 255 or 36.26% from 91); Blue value is 9 (3.91% from 255 or 9.89% from 91); Max value from RGB is 49 - color contains mainly: red. Hex color #312109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312109 is #CEDEF6. Grayscale: #232323. Windows color (decimal): -13557495 or 598321. OLE color: 598321.

HSL color Cylindrical-coordinate representation of color #312109: hue angle of 36º 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 #312109 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 33 9 -
CMYK 0 0.33 0.82 0.81
HSL 36º 0.69% 0.11% -
HSV(B) 36º 0.82% 0.19% -
XYZ 1.86 1.76 0.5 -
YUV 35.05 113.3 137.95 -
System Red Green Blue C M Y K H S L
Decimal 49 33 9 0 0.33 0.82 0.81 36 0.69 0.11
Hex 31 21 9 0 21 52 51 24 45 B
Octal 61 41 11 0 41 122 121 44 105 13
Binary 110001 100001 1001 0 100001 1010010 1010001 100100 1000101 1011

Color Harmonies of #312109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312109

Black with #312109

Text Example


Text Example

White with #312109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312109; }

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

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

background-color css

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

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

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

border-color css

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

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

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