#3A2919

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

Shades of Cocoa Brown #3A2919

Tints of Cocoa Brown #3A2919

Color information

#3A2919 (or 0x3A2919) is unknown color: approx Cocoa Brown. HEX triplet: 3A, 29 and 19. RGB value is (58,41,25). Sum of RGB (Red+Green+Blue) = 58+41+25=124 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.77% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A2919 is #C5D6E6. Grayscale: #2C2C2C. Windows color (decimal): -12965607 or 1648954. OLE color: 1648954.

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

Color convert

RGB584125-
CMYK00.290.570.77
HSL29.09º39.76%16.27%-
HSV(B)29.09º56.9%22.75%-
XYZ2.712.561.27-
YUV44.26117.13137.8-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 46.77%
GREEN value IS 41 (16.41% from 255) = 33.06%
BLUE value IS 25 (10.16% from 255) = 20.16%
R=46.77%
G=33.06%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58412500.290.570.7729.0939.7616.27
Hex3A291901D394D1d2810
Octal72513103571115355020
Binary1110101010011100101110111100110011011110110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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