#331900

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

Shades of Cocoa Brown #331900

Tints of Cocoa Brown #331900

Color information

#331900 (or 0x331900) is unknown color: approx Cocoa Brown. HEX triplet: 33, 19 and 00. RGB value is (51,25,0). Sum of RGB (Red+Green+Blue) = 51+25+0=76 (10% of max value = 765). Red value is 51 (20.31% from 255 or 67.11% from 76); Green value is 25 (10.16% from 255 or 32.89% from 76); Blue value is 0 (0.39% from 255 or 0% from 76); Max value from RGB is 51 - color contains mainly: red. Hex color #331900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331900 is #CCE6FF. Grayscale: #1E1E1E. Windows color (decimal): -13428480 or 6451. OLE color: 6451.

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

Color convert

RGB51250-
CMYK00.5110.8
HSL29.41º100%10%-
HSV(B)29.41º100%20%-
XYZ1.711.40.18-
YUV29.92111.11143.03-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 67.11%
GREEN value IS 25 (10.16% from 255) = 32.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.11%
G=32.89%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5125000.5110.829.4110010
Hex3319003364501d64a
Octal633100631441203514412
Binary1100111100100110011110010010100001110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331900; }

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

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

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

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

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

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

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

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