Shades of Cocoa Brown #34200F
Tints of Cocoa Brown #34200F
RGB
CMYK
RGB Variations
Color information
#34200F (or 0x34200F) is known color: Cocoa Brown. HEX triplet: 34, 20 and 0F. RGB value is (52,32,15). Sum of RGB (Red+Green+Blue) = 52+32+15=99 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52.53% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 15 (6.25% from 255 or 15.15% from 99); Max value from RGB is 52 - color contains mainly: red. Hex color #34200F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34200F is #CBDFF0. Grayscale: #242424. Windows color (decimal): -13361137 or 991284. OLE color: 991284.
HSL color Cylindrical-coordinate representation of color #34200F: hue angle of 27.57º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34200F is Cyan = 0, Magento = 0.38, Yellow = 0.71 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 32 | 15 | - |
| CMYK | 0 | 0.38 | 0.71 | 0.80 |
| HSL | 27.57º | 0.55% | 0.13% | - |
| HSV(B) | 27.57º | 0.71% | 0.2% | - |
| XYZ | 2.02 | 1.8 | 0.69 | - |
| YUV | 36.04 | 116.13 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 32 | 15 | 0 | 0.38 | 0.71 | 0.80 | 27.57 | 0.55 | 0.13 |
| Hex | 34 | 20 | F | 0 | 26 | 47 | 50 | 1C | 37 | D |
| Octal | 64 | 40 | 17 | 0 | 46 | 107 | 120 | 34 | 67 | 15 |
| Binary | 110100 | 100000 | 1111 | 0 | 100110 | 1000111 | 1010000 | 11100 | 110111 | 1101 |
Color Harmonies of #34200F
Complementary color
Monochromatic Colors of #34200F
Black with #34200F
Text Example
Text Example
White with #34200F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34200F; }
p { color: rgb(52,32,15); }
H1.HeaderClassName
{
color: #34200F;
}
.AnyTagClassName
{
color: #34200F;
}
</style>
background-color css
<style>
a { background-color: #34200F; }
a { background-color: rgb(52,32,15); }
div.DivClassName
{
background-color: #34200F;
}
.BgClassName
{
background-color: #34200F;
}
</style>
border-color css
<style>
span { border-color: #34200F; }
span { border-color: rgb(52,32,15); }
td.TdClassName
{
border-color: #34200F;
}
.TagClassName
{
border-color: #34200F;
}
</style>