Shades of Cocoa Brown #3B2B19
Tints of Cocoa Brown #3B2B19
RGB
CMYK
RGB Variations
Color information
#3B2B19 (or 0x3B2B19) is known color: Cocoa Brown. HEX triplet: 3B, 2B and 19. RGB value is (59,43,25). Sum of RGB (Red+Green+Blue) = 59+43+25=127 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.46% from 127); Green value is 43 (17.19% from 255 or 33.86% from 127); Blue value is 25 (10.16% from 255 or 19.69% from 127); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2B19 is #C4D4E6. Grayscale: #2D2D2D. Windows color (decimal): -12899559 or 1649467. OLE color: 1649467.
HSL color Cylindrical-coordinate representation of color #3B2B19: hue angle of 31.76º 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 #3B2B19 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 43 | 25 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.77 |
| HSL | 31.76º | 0.4% | 0.16% | - |
| HSV(B) | 31.76º | 0.58% | 0.23% | - |
| XYZ | 2.84 | 2.73 | 1.3 | - |
| YUV | 45.73 | 116.3 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 43 | 25 | 0 | 0.27 | 0.58 | 0.77 | 31.76 | 0.4 | 0.16 |
| Hex | 3B | 2B | 19 | 0 | 1B | 3A | 4D | 20 | 28 | 10 |
| Octal | 73 | 53 | 31 | 0 | 33 | 72 | 115 | 40 | 50 | 20 |
| Binary | 111011 | 101011 | 11001 | 0 | 11011 | 111010 | 1001101 | 100000 | 101000 | 10000 |
Color Harmonies of #3B2B19
Complementary color
Monochromatic Colors of #3B2B19
Black with #3B2B19
Text Example
Text Example
White with #3B2B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2B19; }
p { color: rgb(59,43,25); }
H1.HeaderClassName
{
color: #3B2B19;
}
.AnyTagClassName
{
color: #3B2B19;
}
</style>
background-color css
<style>
a { background-color: #3B2B19; }
a { background-color: rgb(59,43,25); }
div.DivClassName
{
background-color: #3B2B19;
}
.BgClassName
{
background-color: #3B2B19;
}
</style>
border-color css
<style>
span { border-color: #3B2B19; }
span { border-color: rgb(59,43,25); }
td.TdClassName
{
border-color: #3B2B19;
}
.TagClassName
{
border-color: #3B2B19;
}
</style>