#312413

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

Shades of Cocoa Brown #312413

Tints of Cocoa Brown #312413

Color information

#312413 (or 0x312413) is unknown color: approx Cocoa Brown. HEX triplet: 31, 24 and 13. RGB value is (49,36,19). Sum of RGB (Red+Green+Blue) = 49+36+19=104 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.12% from 104); Green value is 36 (14.45% from 255 or 34.62% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 49 - color contains mainly: red. Hex color #312413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312413 is #CEDBEC. Grayscale: #262626. Windows color (decimal): -13556717 or 1254449. OLE color: 1254449.

HSL color Cylindrical-coordinate representation of color #312413: hue angle of 34º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #312413 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.81.

Color convert

RGB493619-
CMYK00.270.610.81
HSL34º44.12%13.33%-
HSV(B)34º61.22%19.22%-
XYZ2.021.960.89-
YUV37.95117.31135.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.12%
GREEN value IS 36 (14.45% from 255) = 34.62%
BLUE value IS 19 (7.81% from 255) = 18.27%
R=47.12%
G=34.62%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49361900.270.610.813444.1213.33
Hex31241301B3D51222cd
Octal61442303375121425415
Binary1100011001001001101101111110110100011000101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312413; }

 p { color: rgb(49,36,19); }

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

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

 a { background-color: rgb(49,36,19); }

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

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

 span { border-color: rgb(49,36,19); }

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