#31210C

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

Shades of Cocoa Brown #31210C

Tints of Cocoa Brown #31210C

Color information

#31210C (or 0x31210C) is unknown color: approx Cocoa Brown. HEX triplet: 31, 21 and 0C. RGB value is (49,33,12). Sum of RGB (Red+Green+Blue) = 49+33+12=94 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.13% from 94); Green value is 33 (13.28% from 255 or 35.11% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 49 - color contains mainly: red. Hex color #31210C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31210C is #CEDEF3. Grayscale: #232323. Windows color (decimal): -13557492 or 794929. OLE color: 794929.

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

Color convert

RGB493312-
CMYK00.330.760.81
HSL34.05º60.66%11.96%-
HSV(B)34.05º75.51%19.22%-
XYZ1.881.770.59-
YUV35.39114.8137.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 52.13%
GREEN value IS 33 (13.28% from 255) = 35.11%
BLUE value IS 12 (5.08% from 255) = 12.77%
R=52.13%
G=35.11%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.76
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49331200.330.760.8134.0560.6611.96
Hex3121C0214C51223dc
Octal614114041114121427514
Binary11000110000111000100001100110010100011000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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