#3A2814

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

Shades of Cocoa Brown #3A2814

Tints of Cocoa Brown #3A2814

Color information

#3A2814 (or 0x3A2814) is unknown color: approx Cocoa Brown. HEX triplet: 3A, 28 and 14. RGB value is (58,40,20). Sum of RGB (Red+Green+Blue) = 58+40+20=118 (15% of max value = 765). Red value is 58 (23.05% from 255 or 49.15% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2814 is #C5D7EB. Grayscale: #2B2B2B. Windows color (decimal): -12965868 or 1321018. OLE color: 1321018.

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

Color convert

RGB584020-
CMYK00.310.660.77
HSL31.58º48.72%15.29%-
HSV(B)31.58º65.52%22.75%-
XYZ2.632.471-
YUV43.1114.96138.63-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 49.15%
GREEN value IS 40 (16.02% from 255) = 33.90%
BLUE value IS 20 (8.20% from 255) = 16.95%
R=49.15%
G=33.90%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58402000.310.660.7731.5848.7215.29
Hex3A281401F424D2031f
Octal725024037102115406117
Binary11101010100010100011111100001010011011000001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,40,20); }

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

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

 a { background-color: rgb(58,40,20); }

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

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

 span { border-color: rgb(58,40,20); }

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