#3A2009

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

Shades of Cocoa Brown #3A2009

Tints of Cocoa Brown #3A2009

Color information

#3A2009 (or 0x3A2009) is unknown color: approx Cocoa Brown. HEX triplet: 3A, 20 and 09. RGB value is (58,32,9). Sum of RGB (Red+Green+Blue) = 58+32+9=99 (13% of max value = 765). Red value is 58 (23.05% from 255 or 58.59% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 9 (3.91% from 255 or 9.09% from 99); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2009 is #C5DFF6. Grayscale: #252525. Windows color (decimal): -12967927 or 598074. OLE color: 598074.

HSL color Cylindrical-coordinate representation of color #3A2009: hue angle of 28.16º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A2009 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.77.

Color convert

RGB58329-
CMYK00.450.840.77
HSL28.16º73.13%13.14%-
HSV(B)28.16º84.48%22.75%-
XYZ2.311.950.51-
YUV37.15112.11142.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 58.59%
GREEN value IS 32 (12.89% from 255) = 32.32%
BLUE value IS 9 (3.91% from 255) = 9.09%
R=58.59%
G=32.32%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.84
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5832900.450.840.7728.1673.1313.14
Hex3A20902D544D1c49d
Octal7240110551241153411115
Binary11101010000010010101101101010010011011110010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,32,9); }

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

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

 a { background-color: rgb(58,32,9); }

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

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

 span { border-color: rgb(58,32,9); }

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