#31200B

Color #31200B Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #31200B

Tints of Cocoa Brown #31200B

Color information

#31200B (or 0x31200B) is unknown color: approx Cocoa Brown. HEX triplet: 31, 20 and 0B. RGB value is (49,32,11). Sum of RGB (Red+Green+Blue) = 49+32+11=92 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.26% from 92); Green value is 32 (12.89% from 255 or 34.78% from 92); Blue value is 11 (4.69% from 255 or 11.96% from 92); Max value from RGB is 49 - color contains mainly: red. Hex color #31200B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31200B is #CEDFF4. Grayscale: #222222. Windows color (decimal): -13557749 or 729137. OLE color: 729137.

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

Color convert

RGB493211-
CMYK00.350.780.81
HSL33.16º63.33%11.76%-
HSV(B)33.16º77.55%19.22%-
XYZ1.841.710.55-
YUV34.69114.63138.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 53.26%
GREEN value IS 32 (12.89% from 255) = 34.78%
BLUE value IS 11 (4.69% from 255) = 11.96%
R=53.26%
G=34.78%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49321100.350.780.8133.1663.3311.76
Hex3120B0234E51213fc
Octal614013043116121417714
Binary11000110000010110100011100111010100011000011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31200B; }

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

 H1.HeaderClassName
 {
   color: #31200B;
 }
 .AnyTagClassName
 {
   color: #31200B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #31200B;
 }
 .BgClassName
 {
   background-color: #31200B;
 }
</style>
border-color css

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

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

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