Shades of Cocoa Brown #34220E
Tints of Cocoa Brown #34220E
RGB
CMYK
RGB Variations
Color information
#34220E (or 0x34220E) is known color: Cocoa Brown. HEX triplet: 34, 22 and 0E. RGB value is (52,34,14). Sum of RGB (Red+Green+Blue) = 52+34+14=100 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52% from 100); Green value is 34 (13.67% from 255 or 34% from 100); Blue value is 14 (5.86% from 255 or 14% from 100); Max value from RGB is 52 - color contains mainly: red. Hex color #34220E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34220E is #CBDDF1. Grayscale: #252525. Windows color (decimal): -13360626 or 926260. OLE color: 926260.
HSL color Cylindrical-coordinate representation of color #34220E: hue angle of 31.58º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34220E is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 34 | 14 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.80 |
| HSL | 31.58º | 0.58% | 0.13% | - |
| HSV(B) | 31.58º | 0.73% | 0.2% | - |
| XYZ | 2.07 | 1.91 | 0.67 | - |
| YUV | 37.1 | 114.96 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 34 | 14 | 0 | 0.35 | 0.73 | 0.80 | 31.58 | 0.58 | 0.13 |
| Hex | 34 | 22 | E | 0 | 23 | 49 | 50 | 20 | 3A | D |
| Octal | 64 | 42 | 16 | 0 | 43 | 111 | 120 | 40 | 72 | 15 |
| Binary | 110100 | 100010 | 1110 | 0 | 100011 | 1001001 | 1010000 | 100000 | 111010 | 1101 |
Color Harmonies of #34220E
Complementary color
Monochromatic Colors of #34220E
Black with #34220E
Text Example
Text Example
White with #34220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34220E; }
p { color: rgb(52,34,14); }
H1.HeaderClassName
{
color: #34220E;
}
.AnyTagClassName
{
color: #34220E;
}
</style>
background-color css
<style>
a { background-color: #34220E; }
a { background-color: rgb(52,34,14); }
div.DivClassName
{
background-color: #34220E;
}
.BgClassName
{
background-color: #34220E;
}
</style>
border-color css
<style>
span { border-color: #34220E; }
span { border-color: rgb(52,34,14); }
td.TdClassName
{
border-color: #34220E;
}
.TagClassName
{
border-color: #34220E;
}
</style>