#311905

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

Shades of Cocoa Brown #311905

Tints of Cocoa Brown #311905

Color information

#311905 (or 0x311905) is unknown color: approx Cocoa Brown. HEX triplet: 31, 19 and 05. RGB value is (49,25,5). Sum of RGB (Red+Green+Blue) = 49+25+5=79 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.03% from 79); Green value is 25 (10.16% from 255 or 31.65% from 79); Blue value is 5 (2.34% from 255 or 6.33% from 79); Max value from RGB is 49 - color contains mainly: red. Hex color #311905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311905 is #CEE6FA. Grayscale: #1E1E1E. Windows color (decimal): -13559547 or 334129. OLE color: 334129.

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

Color convert

RGB49255-
CMYK00.490.900.81
HSL27.27º81.48%10.59%-
HSV(B)27.27º89.8%19.22%-
XYZ1.641.360.32-
YUV29.9113.95141.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 62.03%
GREEN value IS 25 (10.16% from 255) = 31.65%
BLUE value IS 5 (2.34% from 255) = 6.33%
R=62.03%
G=31.65%
B=6.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4925500.490.900.8127.2781.4810.59
Hex311950315A511b51b
Octal613150611321213312113
Binary110001110011010110001101101010100011101110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311905; }

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

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

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

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

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

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

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

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