Shades of Cocoa Brown #34200B
Tints of Cocoa Brown #34200B
RGB
CMYK
RGB Variations
Color information
#34200B (or 0x34200B) is known color: Cocoa Brown. HEX triplet: 34, 20 and 0B. RGB value is (52,32,11). Sum of RGB (Red+Green+Blue) = 52+32+11=95 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.74% from 95); Green value is 32 (12.89% from 255 or 33.68% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 52 - color contains mainly: red. Hex color #34200B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34200B is #CBDFF4. Grayscale: #232323. Windows color (decimal): -13361141 or 729140. OLE color: 729140.
HSL color Cylindrical-coordinate representation of color #34200B: hue angle of 30.73º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34200B is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 32 | 11 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.80 |
| HSL | 30.73º | 0.65% | 0.12% | - |
| HSV(B) | 30.73º | 0.79% | 0.2% | - |
| XYZ | 1.99 | 1.79 | 0.56 | - |
| YUV | 35.59 | 114.13 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 32 | 11 | 0 | 0.38 | 0.79 | 0.80 | 30.73 | 0.65 | 0.12 |
| Hex | 34 | 20 | B | 0 | 26 | 4F | 50 | 1F | 41 | C |
| Octal | 64 | 40 | 13 | 0 | 46 | 117 | 120 | 37 | 101 | 14 |
| Binary | 110100 | 100000 | 1011 | 0 | 100110 | 1001111 | 1010000 | 11111 | 1000001 | 1100 |
Color Harmonies of #34200B
Complementary color
Monochromatic Colors of #34200B
Black with #34200B
Text Example
Text Example
White with #34200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34200B; }
p { color: rgb(52,32,11); }
H1.HeaderClassName
{
color: #34200B;
}
.AnyTagClassName
{
color: #34200B;
}
</style>
background-color css
<style>
a { background-color: #34200B; }
a { background-color: rgb(52,32,11); }
div.DivClassName
{
background-color: #34200B;
}
.BgClassName
{
background-color: #34200B;
}
</style>
border-color css
<style>
span { border-color: #34200B; }
span { border-color: rgb(52,32,11); }
td.TdClassName
{
border-color: #34200B;
}
.TagClassName
{
border-color: #34200B;
}
</style>