#311908

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

Shades of Cocoa Brown #311908

Tints of Cocoa Brown #311908

Color information

#311908 (or 0x311908) is unknown color: approx Cocoa Brown. HEX triplet: 31, 19 and 08. RGB value is (49,25,8). Sum of RGB (Red+Green+Blue) = 49+25+8=82 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.76% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 8 (3.52% from 255 or 9.76% from 82); Max value from RGB is 49 - color contains mainly: red. Hex color #311908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311908 is #CEE6F7. Grayscale: #1E1E1E. Windows color (decimal): -13559544 or 530737. OLE color: 530737.

HSL color Cylindrical-coordinate representation of color #311908: hue angle of 24.88º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #311908 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.81.

Color convert

RGB49258-
CMYK00.490.840.81
HSL24.88º71.93%11.18%-
HSV(B)24.88º83.67%19.22%-
XYZ1.661.370.41-
YUV30.24115.45141.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 59.76%
GREEN value IS 25 (10.16% from 255) = 30.49%
BLUE value IS 8 (3.52% from 255) = 9.76%
R=59.76%
G=30.49%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.84
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4925800.490.840.8124.8871.9311.18
Hex3119803154511948b
Octal6131100611241213111013
Binary1100011100110000110001101010010100011100110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311908; }

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

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

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

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

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

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

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

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