Shades of Cocoa Brown #3B2308
Tints of Cocoa Brown #3B2308
RGB
CMYK
RGB Variations
Color information
#3B2308 (or 0x3B2308) is known color: Cocoa Brown. HEX triplet: 3B, 23 and 08. RGB value is (59,35,8). Sum of RGB (Red+Green+Blue) = 59+35+8=102 (13% of max value = 765). Red value is 59 (23.44% from 255 or 57.84% from 102); Green value is 35 (14.06% from 255 or 34.31% from 102); Blue value is 8 (3.52% from 255 or 7.84% from 102); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2308 is #C4DCF7. Grayscale: #272727. Windows color (decimal): -12901624 or 533307. OLE color: 533307.
HSL color Cylindrical-coordinate representation of color #3B2308: hue angle of 31.76º 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 #3B2308 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 35 | 8 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.77 |
| HSL | 31.76º | 0.76% | 0.13% | - |
| HSV(B) | 31.76º | 0.86% | 0.23% | - |
| XYZ | 2.45 | 2.15 | 0.52 | - |
| YUV | 39.1 | 110.45 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 35 | 8 | 0 | 0.41 | 0.86 | 0.77 | 31.76 | 0.76 | 0.13 |
| Hex | 3B | 23 | 8 | 0 | 29 | 56 | 4D | 20 | 4C | D |
| Octal | 73 | 43 | 10 | 0 | 51 | 126 | 115 | 40 | 114 | 15 |
| Binary | 111011 | 100011 | 1000 | 0 | 101001 | 1010110 | 1001101 | 100000 | 1001100 | 1101 |
Color Harmonies of #3B2308
Complementary color
Monochromatic Colors of #3B2308
Black with #3B2308
Text Example
Text Example
White with #3B2308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2308; }
p { color: rgb(59,35,8); }
H1.HeaderClassName
{
color: #3B2308;
}
.AnyTagClassName
{
color: #3B2308;
}
</style>
background-color css
<style>
a { background-color: #3B2308; }
a { background-color: rgb(59,35,8); }
div.DivClassName
{
background-color: #3B2308;
}
.BgClassName
{
background-color: #3B2308;
}
</style>
border-color css
<style>
span { border-color: #3B2308; }
span { border-color: rgb(59,35,8); }
td.TdClassName
{
border-color: #3B2308;
}
.TagClassName
{
border-color: #3B2308;
}
</style>