#31210B

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

Shades of Cocoa Brown #31210B

Tints of Cocoa Brown #31210B

Color information

#31210B (or 0x31210B) is unknown color: approx Cocoa Brown. HEX triplet: 31, 21 and 0B. RGB value is (49,33,11). Sum of RGB (Red+Green+Blue) = 49+33+11=93 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.69% from 93); Green value is 33 (13.28% from 255 or 35.48% from 93); Blue value is 11 (4.69% from 255 or 11.83% from 93); Max value from RGB is 49 - color contains mainly: red. Hex color #31210B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31210B is #CEDEF4. Grayscale: #232323. Windows color (decimal): -13557493 or 729393. OLE color: 729393.

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

Color convert

RGB493311-
CMYK00.330.780.81
HSL34.74º63.33%11.76%-
HSV(B)34.74º77.55%19.22%-
XYZ1.871.760.56-
YUV35.28114.3137.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 52.69%
GREEN value IS 33 (13.28% from 255) = 35.48%
BLUE value IS 11 (4.69% from 255) = 11.83%
R=52.69%
G=35.48%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49331100.330.780.8134.7463.3311.76
Hex3121B0214E51233fc
Octal614113041116121437714
Binary11000110000110110100001100111010100011000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31210B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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