#311904

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

Shades of Cocoa Brown #311904

Tints of Cocoa Brown #311904

Color information

#311904 (or 0x311904) is unknown color: approx Cocoa Brown. HEX triplet: 31, 19 and 04. RGB value is (49,25,4). Sum of RGB (Red+Green+Blue) = 49+25+4=78 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.82% from 78); Green value is 25 (10.16% from 255 or 32.05% from 78); Blue value is 4 (1.95% from 255 or 5.13% from 78); Max value from RGB is 49 - color contains mainly: red. Hex color #311904 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311904 is #CEE6FB. Grayscale: #1D1D1D. Windows color (decimal): -13559548 or 268593. OLE color: 268593.

HSL color Cylindrical-coordinate representation of color #311904: hue angle of 28º 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 #311904 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.81.

Color convert

RGB49254-
CMYK00.490.920.81
HSL28º84.91%10.39%-
HSV(B)28º91.84%19.22%-
XYZ1.641.360.29-
YUV29.78113.45141.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 62.82%
GREEN value IS 25 (10.16% from 255) = 32.05%
BLUE value IS 4 (1.95% from 255) = 5.13%
R=62.82%
G=32.05%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4925400.490.920.812884.9110.39
Hex311940315C511c55a
Octal613140611341213412512
Binary110001110011000110001101110010100011110010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311904; }

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

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

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

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

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

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

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

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