#31220B

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

Shades of Cocoa Brown #31220B

Tints of Cocoa Brown #31220B

Color information

#31220B (or 0x31220B) is unknown color: approx Cocoa Brown. HEX triplet: 31, 22 and 0B. RGB value is (49,34,11). Sum of RGB (Red+Green+Blue) = 49+34+11=94 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.13% from 94); Green value is 34 (13.67% from 255 or 36.17% from 94); Blue value is 11 (4.69% from 255 or 11.70% from 94); Max value from RGB is 49 - color contains mainly: red. Hex color #31220B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31220B is #CEDDF4. Grayscale: #232323. Windows color (decimal): -13557237 or 729649. OLE color: 729649.

HSL color Cylindrical-coordinate representation of color #31220B: hue angle of 36.32º 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 #31220B is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.81.

Color convert

RGB493411-
CMYK00.310.780.81
HSL36.32º63.33%11.76%-
HSV(B)36.32º77.55%19.22%-
XYZ1.91.820.57-
YUV35.86113.97137.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 52.13%
GREEN value IS 34 (13.67% from 255) = 36.17%
BLUE value IS 11 (4.69% from 255) = 11.70%
R=52.13%
G=36.17%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49341100.310.780.8136.3263.3311.76
Hex3122B01F4E51243fc
Octal614213037116121447714
Binary1100011000101011011111100111010100011001001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31220B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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