#3B2006

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

Shades of Cocoa Brown #3B2006

Tints of Cocoa Brown #3B2006

Color information

#3B2006 (or 0x3B2006) is unknown color: approx Cocoa Brown. HEX triplet: 3B, 20 and 06. RGB value is (59,32,6). Sum of RGB (Red+Green+Blue) = 59+32+6=97 (12% of max value = 765). Red value is 59 (23.44% from 255 or 60.82% from 97); Green value is 32 (12.89% from 255 or 32.99% from 97); Blue value is 6 (2.73% from 255 or 6.19% from 97); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2006 is #C4DFF9. Grayscale: #252525. Windows color (decimal): -12902394 or 401467. OLE color: 401467.

HSL color Cylindrical-coordinate representation of color #3B2006: hue angle of 29.43º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B2006 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.77.

Color convert

RGB59326-
CMYK00.460.900.77
HSL29.43º81.54%12.75%-
HSV(B)29.43º89.83%23.14%-
XYZ2.351.980.43-
YUV37.11110.45143.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 60.82%
GREEN value IS 32 (12.89% from 255) = 32.99%
BLUE value IS 6 (2.73% from 255) = 6.19%
R=60.82%
G=32.99%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.90
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5932600.460.900.7729.4381.5412.75
Hex3B20602E5A4D1d52d
Octal734060561321153512215
Binary1110111000001100101110101101010011011110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B2006; }

 p { color: rgb(59,32,6); }

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

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

 a { background-color: rgb(59,32,6); }

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

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

 span { border-color: rgb(59,32,6); }

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