#3A2712

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

Shades of Cocoa Brown #3A2712

Tints of Cocoa Brown #3A2712

Color information

#3A2712 (or 0x3A2712) is unknown color: approx Cocoa Brown. HEX triplet: 3A, 27 and 12. RGB value is (58,39,18). Sum of RGB (Red+Green+Blue) = 58+39+18=115 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50.43% from 115); Green value is 39 (15.62% from 255 or 33.91% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2712 is #C5D8ED. Grayscale: #2A2A2A. Windows color (decimal): -12966126 or 1189690. OLE color: 1189690.

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

Color convert

RGB583918-
CMYK00.330.690.77
HSL31.5º52.63%14.9%-
HSV(B)31.5º68.97%22.75%-
XYZ2.582.390.9-
YUV42.29114.29139.21-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 50.43%
GREEN value IS 39 (15.62% from 255) = 33.91%
BLUE value IS 18 (7.42% from 255) = 15.65%
R=50.43%
G=33.91%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.69
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58391800.330.690.7731.552.6314.9
Hex3A2712021454D2035f
Octal724722041105115406517
Binary111010100111100100100001100010110011011000001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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