#31200D

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

Shades of Cocoa Brown #31200D

Tints of Cocoa Brown #31200D

Color information

#31200D (or 0x31200D) is unknown color: approx Cocoa Brown. HEX triplet: 31, 20 and 0D. RGB value is (49,32,13). Sum of RGB (Red+Green+Blue) = 49+32+13=94 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.13% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 49 - color contains mainly: red. Hex color #31200D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31200D is #CEDFF2. Grayscale: #232323. Windows color (decimal): -13557747 or 860209. OLE color: 860209.

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

Color convert

RGB493213-
CMYK00.350.730.81
HSL31.67º58.06%12.16%-
HSV(B)31.67º73.47%19.22%-
XYZ1.861.720.61-
YUV34.92115.63138.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 52.13%
GREEN value IS 32 (12.89% from 255) = 34.04%
BLUE value IS 13 (5.47% from 255) = 13.83%
R=52.13%
G=34.04%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49321300.350.730.8131.6758.0612.16
Hex3120D0234951203ac
Octal614015043111121407214
Binary11000110000011010100011100100110100011000001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31200D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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