Shades of Cocoa Brown #3B220F
Tints of Cocoa Brown #3B220F
RGB
CMYK
RGB Variations
Color information
#3B220F (or 0x3B220F) is known color: Cocoa Brown. HEX triplet: 3B, 22 and 0F. RGB value is (59,34,15). Sum of RGB (Red+Green+Blue) = 59+34+15=108 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.63% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 15 (6.25% from 255 or 13.89% from 108); Max value from RGB is 59 - color contains mainly: red. Hex color #3B220F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B220F is #C4DDF0. Grayscale: #272727. Windows color (decimal): -12901873 or 991803. OLE color: 991803.
HSL color Cylindrical-coordinate representation of color #3B220F: hue angle of 25.91º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B220F is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 34 | 15 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.77 |
| HSL | 25.91º | 0.59% | 0.15% | - |
| HSV(B) | 25.91º | 0.75% | 0.23% | - |
| XYZ | 2.46 | 2.11 | 0.73 | - |
| YUV | 39.31 | 114.28 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 34 | 15 | 0 | 0.42 | 0.75 | 0.77 | 25.91 | 0.59 | 0.15 |
| Hex | 3B | 22 | F | 0 | 2A | 4B | 4D | 1A | 3B | F |
| Octal | 73 | 42 | 17 | 0 | 52 | 113 | 115 | 32 | 73 | 17 |
| Binary | 111011 | 100010 | 1111 | 0 | 101010 | 1001011 | 1001101 | 11010 | 111011 | 1111 |
Color Harmonies of #3B220F
Complementary color
Monochromatic Colors of #3B220F
Black with #3B220F
Text Example
Text Example
White with #3B220F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B220F; }
p { color: rgb(59,34,15); }
H1.HeaderClassName
{
color: #3B220F;
}
.AnyTagClassName
{
color: #3B220F;
}
</style>
background-color css
<style>
a { background-color: #3B220F; }
a { background-color: rgb(59,34,15); }
div.DivClassName
{
background-color: #3B220F;
}
.BgClassName
{
background-color: #3B220F;
}
</style>
border-color css
<style>
span { border-color: #3B220F; }
span { border-color: rgb(59,34,15); }
td.TdClassName
{
border-color: #3B220F;
}
.TagClassName
{
border-color: #3B220F;
}
</style>