#3A2917

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

Shades of Cocoa Brown #3A2917

Tints of Cocoa Brown #3A2917

Color information

#3A2917 (or 0x3A2917) is unknown color: approx Cocoa Brown. HEX triplet: 3A, 29 and 17. RGB value is (58,41,23). Sum of RGB (Red+Green+Blue) = 58+41+23=122 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.54% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 23 (9.38% from 255 or 18.85% from 122); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2917 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2917 is #C5D6E8. Grayscale: #2C2C2C. Windows color (decimal): -12965609 or 1517882. OLE color: 1517882.

HSL color Cylindrical-coordinate representation of color #3A2917: hue angle of 30.86º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A2917 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.77.

Color convert

RGB584123-
CMYK00.290.600.77
HSL30.86º43.21%15.88%-
HSV(B)30.86º60.34%22.75%-
XYZ2.692.551.16-
YUV44.03116.13137.96-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 47.54%
GREEN value IS 41 (16.41% from 255) = 33.61%
BLUE value IS 23 (9.38% from 255) = 18.85%
R=47.54%
G=33.61%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58412300.290.600.7730.8643.2115.88
Hex3A291701D3C4D1f2b10
Octal72512703574115375320
Binary1110101010011011101110111110010011011111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,41,23); }

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

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

 a { background-color: rgb(58,41,23); }

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

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

 span { border-color: rgb(58,41,23); }

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