Shades of Cocoa Brown #3B2105
Tints of Cocoa Brown #3B2105
RGB
CMYK
RGB Variations
Color information
#3B2105 (or 0x3B2105) is known color: Cocoa Brown. HEX triplet: 3B, 21 and 05. RGB value is (59,33,5). Sum of RGB (Red+Green+Blue) = 59+33+5=97 (12% of max value = 765). Red value is 59 (23.44% from 255 or 60.82% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 5 (2.34% from 255 or 5.15% from 97); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2105 is #C4DEFA. Grayscale: #252525. Windows color (decimal): -12902139 or 336187. OLE color: 336187.
HSL color Cylindrical-coordinate representation of color #3B2105: hue angle of 31.11º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B2105 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 33 | 5 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.77 |
| HSL | 31.11º | 0.84% | 0.13% | - |
| HSV(B) | 31.11º | 0.92% | 0.23% | - |
| XYZ | 2.37 | 2.03 | 0.41 | - |
| YUV | 37.58 | 109.61 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 33 | 5 | 0 | 0.44 | 0.92 | 0.77 | 31.11 | 0.84 | 0.13 |
| Hex | 3B | 21 | 5 | 0 | 2C | 5C | 4D | 1F | 54 | D |
| Octal | 73 | 41 | 5 | 0 | 54 | 134 | 115 | 37 | 124 | 15 |
| Binary | 111011 | 100001 | 101 | 0 | 101100 | 1011100 | 1001101 | 11111 | 1010100 | 1101 |
Color Harmonies of #3B2105
Complementary color
Monochromatic Colors of #3B2105
Black with #3B2105
Text Example
Text Example
White with #3B2105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2105; }
p { color: rgb(59,33,5); }
H1.HeaderClassName
{
color: #3B2105;
}
.AnyTagClassName
{
color: #3B2105;
}
</style>
background-color css
<style>
a { background-color: #3B2105; }
a { background-color: rgb(59,33,5); }
div.DivClassName
{
background-color: #3B2105;
}
.BgClassName
{
background-color: #3B2105;
}
</style>
border-color css
<style>
span { border-color: #3B2105; }
span { border-color: rgb(59,33,5); }
td.TdClassName
{
border-color: #3B2105;
}
.TagClassName
{
border-color: #3B2105;
}
</style>