#31210D

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

Shades of Cocoa Brown #31210D

Tints of Cocoa Brown #31210D

Color information

#31210D (or 0x31210D) is unknown color: approx Cocoa Brown. HEX triplet: 31, 21 and 0D. RGB value is (49,33,13). Sum of RGB (Red+Green+Blue) = 49+33+13=95 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.58% from 95); Green value is 33 (13.28% from 255 or 34.74% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 49 - color contains mainly: red. Hex color #31210D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31210D is #CEDEF2. Grayscale: #232323. Windows color (decimal): -13557491 or 860465. OLE color: 860465.

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

Color convert

RGB493313-
CMYK00.330.730.81
HSL33.33º58.06%12.16%-
HSV(B)33.33º73.47%19.22%-
XYZ1.881.770.62-
YUV35.5115.3137.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 51.58%
GREEN value IS 33 (13.28% from 255) = 34.74%
BLUE value IS 13 (5.47% from 255) = 13.68%
R=51.58%
G=34.74%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49331300.330.730.8133.3358.0612.16
Hex3121D0214951213ac
Octal614115041111121417214
Binary11000110000111010100001100100110100011000011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31210D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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