#311901

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

Shades of Cocoa Brown #311901

Tints of Cocoa Brown #311901

Color information

#311901 (or 0x311901) is unknown color: approx Cocoa Brown. HEX triplet: 31, 19 and 01. RGB value is (49,25,1). Sum of RGB (Red+Green+Blue) = 49+25+1=75 (9% of max value = 765). Red value is 49 (19.53% from 255 or 65.33% from 75); Green value is 25 (10.16% from 255 or 33.33% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 49 - color contains mainly: red. Hex color #311901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311901 is #CEE6FE. Grayscale: #1D1D1D. Windows color (decimal): -13559551 or 71985. OLE color: 71985.

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

Color convert

RGB49251-
CMYK00.490.980.81
HSL30º96%9.8%-
HSV(B)30º97.96%19.22%-
XYZ1.621.350.2-
YUV29.44111.95141.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 65.33%
GREEN value IS 25 (10.16% from 255) = 33.33%
BLUE value IS 1 (0.78% from 255) = 1.33%
R=65.33%
G=33.33%
B=1.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4925100.490.980.8130969.8
Hex3119103162511e60a
Octal613110611421213614012
Binary1100011100110110001110001010100011111011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311901; }

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

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

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

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

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

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

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

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