Shades of Cocoa Brown #3B2408
Tints of Cocoa Brown #3B2408
RGB
CMYK
RGB Variations
Color information
#3B2408 (or 0x3B2408) is known color: Cocoa Brown. HEX triplet: 3B, 24 and 08. RGB value is (59,36,8). Sum of RGB (Red+Green+Blue) = 59+36+8=103 (13% of max value = 765). Red value is 59 (23.44% from 255 or 57.28% from 103); Green value is 36 (14.45% from 255 or 34.95% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2408 is #C4DBF7. Grayscale: #272727. Windows color (decimal): -12901368 or 533563. OLE color: 533563.
HSL color Cylindrical-coordinate representation of color #3B2408: hue angle of 32.94º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3B2408 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 36 | 8 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.77 |
| HSL | 32.94º | 0.76% | 0.13% | - |
| HSV(B) | 32.94º | 0.86% | 0.23% | - |
| XYZ | 2.48 | 2.21 | 0.53 | - |
| YUV | 39.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 36 | 8 | 0 | 0.39 | 0.86 | 0.77 | 32.94 | 0.76 | 0.13 |
| Hex | 3B | 24 | 8 | 0 | 27 | 56 | 4D | 21 | 4C | D |
| Octal | 73 | 44 | 10 | 0 | 47 | 126 | 115 | 41 | 114 | 15 |
| Binary | 111011 | 100100 | 1000 | 0 | 100111 | 1010110 | 1001101 | 100001 | 1001100 | 1101 |
Color Harmonies of #3B2408
Complementary color
Monochromatic Colors of #3B2408
Black with #3B2408
Text Example
Text Example
White with #3B2408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2408; }
p { color: rgb(59,36,8); }
H1.HeaderClassName
{
color: #3B2408;
}
.AnyTagClassName
{
color: #3B2408;
}
</style>
background-color css
<style>
a { background-color: #3B2408; }
a { background-color: rgb(59,36,8); }
div.DivClassName
{
background-color: #3B2408;
}
.BgClassName
{
background-color: #3B2408;
}
</style>
border-color css
<style>
span { border-color: #3B2408; }
span { border-color: rgb(59,36,8); }
td.TdClassName
{
border-color: #3B2408;
}
.TagClassName
{
border-color: #3B2408;
}
</style>