#311E04

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

Shades of Cocoa Brown #311E04

Tints of Cocoa Brown #311E04

Color information

#311E04 (or 0x311E04) is unknown color: approx Cocoa Brown. HEX triplet: 31, 1E and 04. RGB value is (49,30,4). Sum of RGB (Red+Green+Blue) = 49+30+4=83 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.04% from 83); Green value is 30 (12.11% from 255 or 36.14% from 83); Blue value is 4 (1.95% from 255 or 4.82% from 83); Max value from RGB is 49 - color contains mainly: red. Hex color #311E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311E04 is #CEE1FB. Grayscale: #202020. Windows color (decimal): -13558268 or 269873. OLE color: 269873.

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

Color convert

RGB49304-
CMYK00.390.920.81
HSL34.67º84.91%10.39%-
HSV(B)34.67º91.84%19.22%-
XYZ1.751.590.33-
YUV32.72111.79139.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 59.04%
GREEN value IS 30 (12.11% from 255) = 36.14%
BLUE value IS 4 (1.95% from 255) = 4.82%
R=59.04%
G=36.14%
B=4.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4930400.390.920.8134.6784.9110.39
Hex311E40275C512355a
Octal613640471341214312512
Binary1100011111010001001111011100101000110001110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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