#311E0C

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

Shades of Cocoa Brown #311E0C

Tints of Cocoa Brown #311E0C

Color information

#311E0C (or 0x311E0C) is unknown color: approx Cocoa Brown. HEX triplet: 31, 1E and 0C. RGB value is (49,30,12). Sum of RGB (Red+Green+Blue) = 49+30+12=91 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.85% from 91); Green value is 30 (12.11% from 255 or 32.97% from 91); Blue value is 12 (5.08% from 255 or 13.19% from 91); Max value from RGB is 49 - color contains mainly: red. Hex color #311E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311E0C is #CEE1F3. Grayscale: #212121. Windows color (decimal): -13558260 or 794161. OLE color: 794161.

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

Color convert

RGB493012-
CMYK00.390.760.81
HSL29.19º60.66%11.96%-
HSV(B)29.19º75.51%19.22%-
XYZ1.81.610.56-
YUV33.63115.79138.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 53.85%
GREEN value IS 30 (12.11% from 255) = 32.97%
BLUE value IS 12 (5.08% from 255) = 13.19%
R=53.85%
G=32.97%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.76
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49301200.390.760.8129.1960.6611.96
Hex311EC0274C511d3dc
Octal613614047114121357514
Binary110001111101100010011110011001010001111011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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