Shades of Cocoa Brown #34220F
Tints of Cocoa Brown #34220F
RGB
CMYK
RGB Variations
Color information
#34220F (or 0x34220F) is known color: Cocoa Brown. HEX triplet: 34, 22 and 0F. RGB value is (52,34,15). Sum of RGB (Red+Green+Blue) = 52+34+15=101 (13% of max value = 765). Red value is 52 (20.70% from 255 or 51.49% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 15 (6.25% from 255 or 14.85% from 101); Max value from RGB is 52 - color contains mainly: red. Hex color #34220F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34220F is #CBDDF0. Grayscale: #252525. Windows color (decimal): -13360625 or 991796. OLE color: 991796.
HSL color Cylindrical-coordinate representation of color #34220F: hue angle of 30.81º 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 #34220F is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 34 | 15 | - |
| CMYK | 0 | 0.35 | 0.71 | 0.80 |
| HSL | 30.81º | 0.55% | 0.13% | - |
| HSV(B) | 30.81º | 0.71% | 0.2% | - |
| XYZ | 2.07 | 1.91 | 0.71 | - |
| YUV | 37.22 | 115.46 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 34 | 15 | 0 | 0.35 | 0.71 | 0.80 | 30.81 | 0.55 | 0.13 |
| Hex | 34 | 22 | F | 0 | 23 | 47 | 50 | 1F | 37 | D |
| Octal | 64 | 42 | 17 | 0 | 43 | 107 | 120 | 37 | 67 | 15 |
| Binary | 110100 | 100010 | 1111 | 0 | 100011 | 1000111 | 1010000 | 11111 | 110111 | 1101 |
Color Harmonies of #34220F
Complementary color
Monochromatic Colors of #34220F
Black with #34220F
Text Example
Text Example
White with #34220F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34220F; }
p { color: rgb(52,34,15); }
H1.HeaderClassName
{
color: #34220F;
}
.AnyTagClassName
{
color: #34220F;
}
</style>
background-color css
<style>
a { background-color: #34220F; }
a { background-color: rgb(52,34,15); }
div.DivClassName
{
background-color: #34220F;
}
.BgClassName
{
background-color: #34220F;
}
</style>
border-color css
<style>
span { border-color: #34220F; }
span { border-color: rgb(52,34,15); }
td.TdClassName
{
border-color: #34220F;
}
.TagClassName
{
border-color: #34220F;
}
</style>