Shades of Cocoa Brown #3B2718
Tints of Cocoa Brown #3B2718
RGB
CMYK
RGB Variations
Color information
#3B2718 (or 0x3B2718) is known color: Cocoa Brown. HEX triplet: 3B, 27 and 18. RGB value is (59,39,24). Sum of RGB (Red+Green+Blue) = 59+39+24=122 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.36% from 122); Green value is 39 (15.62% from 255 or 31.97% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2718 is #C4D8E7. Grayscale: #2B2B2B. Windows color (decimal): -12900584 or 1582907. OLE color: 1582907.
HSL color Cylindrical-coordinate representation of color #3B2718: hue angle of 25.71º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B2718 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 39 | 24 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.77 |
| HSL | 25.71º | 0.42% | 0.16% | - |
| HSV(B) | 25.71º | 0.59% | 0.23% | - |
| XYZ | 2.69 | 2.45 | 1.19 | - |
| YUV | 43.27 | 117.13 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 39 | 24 | 0 | 0.34 | 0.59 | 0.77 | 25.71 | 0.42 | 0.16 |
| Hex | 3B | 27 | 18 | 0 | 22 | 3B | 4D | 1A | 2A | 10 |
| Octal | 73 | 47 | 30 | 0 | 42 | 73 | 115 | 32 | 52 | 20 |
| Binary | 111011 | 100111 | 11000 | 0 | 100010 | 111011 | 1001101 | 11010 | 101010 | 10000 |
Color Harmonies of #3B2718
Complementary color
Monochromatic Colors of #3B2718
Black with #3B2718
Text Example
Text Example
White with #3B2718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2718; }
p { color: rgb(59,39,24); }
H1.HeaderClassName
{
color: #3B2718;
}
.AnyTagClassName
{
color: #3B2718;
}
</style>
background-color css
<style>
a { background-color: #3B2718; }
a { background-color: rgb(59,39,24); }
div.DivClassName
{
background-color: #3B2718;
}
.BgClassName
{
background-color: #3B2718;
}
</style>
border-color css
<style>
span { border-color: #3B2718; }
span { border-color: rgb(59,39,24); }
td.TdClassName
{
border-color: #3B2718;
}
.TagClassName
{
border-color: #3B2718;
}
</style>