Shades of Cocoa Brown #34220D
Tints of Cocoa Brown #34220D
RGB
CMYK
RGB Variations
Color information
#34220D (or 0x34220D) is known color: Cocoa Brown. HEX triplet: 34, 22 and 0D. RGB value is (52,34,13). Sum of RGB (Red+Green+Blue) = 52+34+13=99 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52.53% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 52 - color contains mainly: red. Hex color #34220D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34220D is #CBDDF2. Grayscale: #252525. Windows color (decimal): -13360627 or 860724. OLE color: 860724.
HSL color Cylindrical-coordinate representation of color #34220D: hue angle of 32.31º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34220D is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 34 | 13 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.80 |
| HSL | 32.31º | 0.6% | 0.13% | - |
| HSV(B) | 32.31º | 0.75% | 0.2% | - |
| XYZ | 2.06 | 1.9 | 0.64 | - |
| YUV | 36.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 34 | 13 | 0 | 0.35 | 0.75 | 0.80 | 32.31 | 0.6 | 0.13 |
| Hex | 34 | 22 | D | 0 | 23 | 4B | 50 | 20 | 3C | D |
| Octal | 64 | 42 | 15 | 0 | 43 | 113 | 120 | 40 | 74 | 15 |
| Binary | 110100 | 100010 | 1101 | 0 | 100011 | 1001011 | 1010000 | 100000 | 111100 | 1101 |
Color Harmonies of #34220D
Complementary color
Monochromatic Colors of #34220D
Black with #34220D
Text Example
Text Example
White with #34220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34220D; }
p { color: rgb(52,34,13); }
H1.HeaderClassName
{
color: #34220D;
}
.AnyTagClassName
{
color: #34220D;
}
</style>
background-color css
<style>
a { background-color: #34220D; }
a { background-color: rgb(52,34,13); }
div.DivClassName
{
background-color: #34220D;
}
.BgClassName
{
background-color: #34220D;
}
</style>
border-color css
<style>
span { border-color: #34220D; }
span { border-color: rgb(52,34,13); }
td.TdClassName
{
border-color: #34220D;
}
.TagClassName
{
border-color: #34220D;
}
</style>