#31220C

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

Shades of Cocoa Brown #31220C

Tints of Cocoa Brown #31220C

Color information

#31220C (or 0x31220C) is unknown color: approx Cocoa Brown. HEX triplet: 31, 22 and 0C. RGB value is (49,34,12). Sum of RGB (Red+Green+Blue) = 49+34+12=95 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.58% from 95); Green value is 34 (13.67% from 255 or 35.79% from 95); Blue value is 12 (5.08% from 255 or 12.63% from 95); Max value from RGB is 49 - color contains mainly: red. Hex color #31220C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31220C is #CEDDF3. Grayscale: #242424. Windows color (decimal): -13557236 or 795185. OLE color: 795185.

HSL color Cylindrical-coordinate representation of color #31220C: hue angle of 35.68º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31220C is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.81.

Color convert

RGB493412-
CMYK00.310.760.81
HSL35.68º60.66%11.96%-
HSV(B)35.68º75.51%19.22%-
XYZ1.911.820.6-
YUV35.98114.47137.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 51.58%
GREEN value IS 34 (13.67% from 255) = 35.79%
BLUE value IS 12 (5.08% from 255) = 12.63%
R=51.58%
G=35.79%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.76
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49341200.310.760.8135.6860.6611.96
Hex3122C01F4C51243dc
Octal614214037114121447514
Binary1100011000101100011111100110010100011001001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31220C; }

 p { color: rgb(49,34,12); }

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

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

 a { background-color: rgb(49,34,12); }

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

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

 span { border-color: rgb(49,34,12); }

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