#3B2A19

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

Shades of Cocoa Brown #3B2A19

Tints of Cocoa Brown #3B2A19

Color information

#3B2A19 (or 0x3B2A19) is unknown color: approx Cocoa Brown. HEX triplet: 3B, 2A and 19. RGB value is (59,42,25). Sum of RGB (Red+Green+Blue) = 59+42+25=126 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.83% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 25 (10.16% from 255 or 19.84% from 126); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2A19 is #C4D5E6. Grayscale: #2D2D2D. Windows color (decimal): -12899815 or 1649211. OLE color: 1649211.

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

Color convert

RGB594225-
CMYK00.290.580.77
HSL30º40.48%16.47%-
HSV(B)30º57.63%23.14%-
XYZ2.812.661.28-
YUV45.14116.63137.88-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 46.83%
GREEN value IS 42 (16.80% from 255) = 33.33%
BLUE value IS 25 (10.16% from 255) = 19.84%
R=46.83%
G=33.33%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.58
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59422500.290.580.773040.4816.47
Hex3B2A1901D3A4D1e2810
Octal73523103572115365020
Binary1110111010101100101110111101010011011111010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,42,25); }

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

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

 a { background-color: rgb(59,42,25); }

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

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

 span { border-color: rgb(59,42,25); }

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