#331D06

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

Shades of Cocoa Brown #331D06

Tints of Cocoa Brown #331D06

Color information

#331D06 (or 0x331D06) is unknown color: approx Cocoa Brown. HEX triplet: 33, 1D and 06. RGB value is (51,29,6). Sum of RGB (Red+Green+Blue) = 51+29+6=86 (11% of max value = 765). Red value is 51 (20.31% from 255 or 59.30% from 86); Green value is 29 (11.72% from 255 or 33.72% from 86); Blue value is 6 (2.73% from 255 or 6.98% from 86); Max value from RGB is 51 - color contains mainly: red. Hex color #331D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331D06 is #CCE2F9. Grayscale: #212121. Windows color (decimal): -13427450 or 400691. OLE color: 400691.

HSL color Cylindrical-coordinate representation of color #331D06: hue angle of 30.67º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #331D06 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.8.

Color convert

RGB51296-
CMYK00.430.880.8
HSL30.67º78.95%11.18%-
HSV(B)30.67º88.24%20%-
XYZ1.841.60.38-
YUV32.96112.79140.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 59.30%
GREEN value IS 29 (11.72% from 255) = 33.72%
BLUE value IS 6 (2.73% from 255) = 6.98%
R=59.30%
G=33.72%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.88
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5129600.430.880.830.6778.9511.18
Hex331D602B58501f4fb
Octal633560531301203711713
Binary110011111011100101011101100010100001111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331D06; }

 p { color: rgb(51,29,6); }

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

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

 a { background-color: rgb(51,29,6); }

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

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

 span { border-color: rgb(51,29,6); }

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