#312416

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

Shades of Cocoa Brown #312416

Tints of Cocoa Brown #312416

Color information

#312416 (or 0x312416) is unknown color: approx Cocoa Brown. HEX triplet: 31, 24 and 16. RGB value is (49,36,22). Sum of RGB (Red+Green+Blue) = 49+36+22=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 36 (14.45% from 255 or 33.64% from 107); Blue value is 22 (8.98% from 255 or 20.56% from 107); Max value from RGB is 49 - color contains mainly: red. Hex color #312416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312416 is #CEDBE9. Grayscale: #262626. Windows color (decimal): -13556714 or 1451057. OLE color: 1451057.

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

Color convert

RGB493622-
CMYK00.270.550.81
HSL31.11º38.03%13.92%-
HSV(B)31.11º55.1%19.22%-
XYZ2.041.971.03-
YUV38.29118.81135.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.79%
GREEN value IS 36 (14.45% from 255) = 33.64%
BLUE value IS 22 (8.98% from 255) = 20.56%
R=45.79%
G=33.64%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49362200.270.550.8131.1138.0313.92
Hex31241601B37511f26e
Octal61442603367121374616
Binary110001100100101100110111101111010001111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312416; }

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

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

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

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

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

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

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

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