#311E12

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

Shades of Cocoa Brown #311E12

Tints of Cocoa Brown #311E12

Color information

#311E12 (or 0x311E12) is unknown color: approx Cocoa Brown. HEX triplet: 31, 1E and 12. RGB value is (49,30,18). Sum of RGB (Red+Green+Blue) = 49+30+18=97 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50.52% from 97); Green value is 30 (12.11% from 255 or 30.93% from 97); Blue value is 18 (7.42% from 255 or 18.56% from 97); Max value from RGB is 49 - color contains mainly: red. Hex color #311E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311E12 is #CEE1ED. Grayscale: #222222. Windows color (decimal): -13558254 or 1187377. OLE color: 1187377.

HSL color Cylindrical-coordinate representation of color #311E12: hue angle of 23.23º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #311E12 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB493018-
CMYK00.390.630.81
HSL23.23º46.27%13.14%-
HSV(B)23.23º63.27%19.22%-
XYZ1.841.630.79-
YUV34.31118.79138.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 50.52%
GREEN value IS 30 (12.11% from 255) = 30.93%
BLUE value IS 18 (7.42% from 255) = 18.56%
R=50.52%
G=30.93%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49301800.390.630.8123.2346.2713.14
Hex311E120273F51172ed
Octal61362204777121275615
Binary110001111101001001001111111111010001101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311E12; }

 p { color: rgb(49,30,18); }

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

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

 a { background-color: rgb(49,30,18); }

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

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

 span { border-color: rgb(49,30,18); }

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