#311900

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

Shades of Cocoa Brown #311900

Tints of Cocoa Brown #311900

Color information

#311900 (or 0x311900) is unknown color: approx Cocoa Brown. HEX triplet: 31, 19 and 00. RGB value is (49,25,0). Sum of RGB (Red+Green+Blue) = 49+25+0=74 (9% of max value = 765). Red value is 49 (19.53% from 255 or 66.22% from 74); Green value is 25 (10.16% from 255 or 33.78% from 74); Blue value is 0 (0.39% from 255 or 0% from 74); Max value from RGB is 49 - color contains mainly: red. Hex color #311900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #311900 is #CEE6FF. Grayscale: #1D1D1D. Windows color (decimal): -13559552 or 6449. OLE color: 6449.

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

Color convert

RGB49250-
CMYK00.4910.81
HSL30.61º100%9.61%-
HSV(B)30.61º100%19.22%-
XYZ1.611.350.18-
YUV29.33111.45142.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 66.22%
GREEN value IS 25 (10.16% from 255) = 33.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.22%
G=33.78%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4925000.4910.8130.611009.61
Hex3119003164511f64a
Octal613100611441213714412
Binary1100011100100110001110010010100011111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311900; }

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

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

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

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

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

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

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

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