Shades of Cocoa Brown #3B2919
Tints of Cocoa Brown #3B2919
RGB
CMYK
RGB Variations
Color information
#3B2919 (or 0x3B2919) is known color: Cocoa Brown. HEX triplet: 3B, 29 and 19. RGB value is (59,41,25). Sum of RGB (Red+Green+Blue) = 59+41+25=125 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.2% from 125); Green value is 41 (16.41% from 255 or 32.8% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2919 is #C4D6E6. Grayscale: #2C2C2C. Windows color (decimal): -12900071 or 1648955. OLE color: 1648955.
HSL color Cylindrical-coordinate representation of color #3B2919: hue angle of 28.24º 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 #3B2919 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 41 | 25 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.77 |
| HSL | 28.24º | 0.4% | 0.16% | - |
| HSV(B) | 28.24º | 0.58% | 0.23% | - |
| XYZ | 2.77 | 2.59 | 1.27 | - |
| YUV | 44.56 | 116.96 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 41 | 25 | 0 | 0.31 | 0.58 | 0.77 | 28.24 | 0.4 | 0.16 |
| Hex | 3B | 29 | 19 | 0 | 1F | 3A | 4D | 1C | 28 | 10 |
| Octal | 73 | 51 | 31 | 0 | 37 | 72 | 115 | 34 | 50 | 20 |
| Binary | 111011 | 101001 | 11001 | 0 | 11111 | 111010 | 1001101 | 11100 | 101000 | 10000 |
Color Harmonies of #3B2919
Complementary color
Monochromatic Colors of #3B2919
Black with #3B2919
Text Example
Text Example
White with #3B2919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2919; }
p { color: rgb(59,41,25); }
H1.HeaderClassName
{
color: #3B2919;
}
.AnyTagClassName
{
color: #3B2919;
}
</style>
background-color css
<style>
a { background-color: #3B2919; }
a { background-color: rgb(59,41,25); }
div.DivClassName
{
background-color: #3B2919;
}
.BgClassName
{
background-color: #3B2919;
}
</style>
border-color css
<style>
span { border-color: #3B2919; }
span { border-color: rgb(59,41,25); }
td.TdClassName
{
border-color: #3B2919;
}
.TagClassName
{
border-color: #3B2919;
}
</style>