#3A2915

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

Shades of Cocoa Brown #3A2915

Tints of Cocoa Brown #3A2915

Color information

#3A2915 (or 0x3A2915) is unknown color: approx Cocoa Brown. HEX triplet: 3A, 29 and 15. RGB value is (58,41,21). Sum of RGB (Red+Green+Blue) = 58+41+21=120 (15% of max value = 765). Red value is 58 (23.05% from 255 or 48.33% from 120); Green value is 41 (16.41% from 255 or 34.17% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2915 is #C5D6EA. Grayscale: #2B2B2B. Windows color (decimal): -12965611 or 1386810. OLE color: 1386810.

HSL color Cylindrical-coordinate representation of color #3A2915: hue angle of 32.43º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A2915 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.77.

Color convert

RGB584121-
CMYK00.290.640.77
HSL32.43º46.84%15.49%-
HSV(B)32.43º63.79%22.75%-
XYZ2.672.541.06-
YUV43.8115.13138.13-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 48.33%
GREEN value IS 41 (16.41% from 255) = 34.17%
BLUE value IS 21 (8.59% from 255) = 17.5%
R=48.33%
G=34.17%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.64
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58412100.290.640.7732.4346.8415.49
Hex3A291501D404D202ff
Octal725125035100115405717
Binary11101010100110101011101100000010011011000001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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