#3A2715

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

Shades of Cocoa Brown #3A2715

Tints of Cocoa Brown #3A2715

Color information

#3A2715 (or 0x3A2715) is unknown color: approx Cocoa Brown. HEX triplet: 3A, 27 and 15. RGB value is (58,39,21). Sum of RGB (Red+Green+Blue) = 58+39+21=118 (15% of max value = 765). Red value is 58 (23.05% from 255 or 49.15% from 118); Green value is 39 (15.62% from 255 or 33.05% from 118); Blue value is 21 (8.59% from 255 or 17.80% from 118); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2715 is #C5D8EA. Grayscale: #2A2A2A. Windows color (decimal): -12966123 or 1386298. OLE color: 1386298.

HSL color Cylindrical-coordinate representation of color #3A2715: hue angle of 29.19º 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 #3A2715 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.77.

Color convert

RGB583921-
CMYK00.330.640.77
HSL29.19º46.84%15.49%-
HSV(B)29.19º63.79%22.75%-
XYZ2.612.41.04-
YUV42.63115.79138.96-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 49.15%
GREEN value IS 39 (15.62% from 255) = 33.05%
BLUE value IS 21 (8.59% from 255) = 17.80%
R=49.15%
G=33.05%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58392100.330.640.7729.1946.8415.49
Hex3A2715021404D1d2ff
Octal724725041100115355717
Binary11101010011110101010000110000001001101111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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