Shades of Cocoa Brown #34220B
Tints of Cocoa Brown #34220B
RGB
CMYK
RGB Variations
Color information
#34220B (or 0x34220B) is known color: Cocoa Brown. HEX triplet: 34, 22 and 0B. RGB value is (52,34,11). Sum of RGB (Red+Green+Blue) = 52+34+11=97 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.61% from 97); Green value is 34 (13.67% from 255 or 35.05% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 52 - color contains mainly: red. Hex color #34220B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34220B is #CBDDF4. Grayscale: #242424. Windows color (decimal): -13360629 or 729652. OLE color: 729652.
HSL color Cylindrical-coordinate representation of color #34220B: hue angle of 33.66º 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 #34220B is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 34 | 11 | - |
| CMYK | 0 | 0.35 | 0.79 | 0.80 |
| HSL | 33.66º | 0.65% | 0.12% | - |
| HSV(B) | 33.66º | 0.79% | 0.2% | - |
| XYZ | 2.05 | 1.9 | 0.58 | - |
| YUV | 36.76 | 113.46 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 34 | 11 | 0 | 0.35 | 0.79 | 0.80 | 33.66 | 0.65 | 0.12 |
| Hex | 34 | 22 | B | 0 | 23 | 4F | 50 | 22 | 41 | C |
| Octal | 64 | 42 | 13 | 0 | 43 | 117 | 120 | 42 | 101 | 14 |
| Binary | 110100 | 100010 | 1011 | 0 | 100011 | 1001111 | 1010000 | 100010 | 1000001 | 1100 |
Color Harmonies of #34220B
Complementary color
Monochromatic Colors of #34220B
Black with #34220B
Text Example
Text Example
White with #34220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34220B; }
p { color: rgb(52,34,11); }
H1.HeaderClassName
{
color: #34220B;
}
.AnyTagClassName
{
color: #34220B;
}
</style>
background-color css
<style>
a { background-color: #34220B; }
a { background-color: rgb(52,34,11); }
div.DivClassName
{
background-color: #34220B;
}
.BgClassName
{
background-color: #34220B;
}
</style>
border-color css
<style>
span { border-color: #34220B; }
span { border-color: rgb(52,34,11); }
td.TdClassName
{
border-color: #34220B;
}
.TagClassName
{
border-color: #34220B;
}
</style>