Shades of Cocoa Brown #342205
Tints of Cocoa Brown #342205
RGB
CMYK
RGB Variations
Color information
#342205 (or 0x342205) is known color: Cocoa Brown. HEX triplet: 34, 22 and 05. RGB value is (52,34,5). Sum of RGB (Red+Green+Blue) = 52+34+5=91 (12% of max value = 765). Red value is 52 (20.70% from 255 or 57.14% from 91); Green value is 34 (13.67% from 255 or 37.36% from 91); Blue value is 5 (2.34% from 255 or 5.49% from 91); Max value from RGB is 52 - color contains mainly: red. Hex color #342205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342205 is #CBDDFA. Grayscale: #242424. Windows color (decimal): -13360635 or 336436. OLE color: 336436.
HSL color Cylindrical-coordinate representation of color #342205: hue angle of 37.02º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #342205 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 34 | 5 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.80 |
| HSL | 37.02º | 0.82% | 0.11% | - |
| HSV(B) | 37.02º | 0.9% | 0.2% | - |
| XYZ | 2.02 | 1.89 | 0.4 | - |
| YUV | 36.08 | 110.46 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 34 | 5 | 0 | 0.35 | 0.90 | 0.80 | 37.02 | 0.82 | 0.11 |
| Hex | 34 | 22 | 5 | 0 | 23 | 5A | 50 | 25 | 52 | B |
| Octal | 64 | 42 | 5 | 0 | 43 | 132 | 120 | 45 | 122 | 13 |
| Binary | 110100 | 100010 | 101 | 0 | 100011 | 1011010 | 1010000 | 100101 | 1010010 | 1011 |
Color Harmonies of #342205
Complementary color
Monochromatic Colors of #342205
Black with #342205
Text Example
Text Example
White with #342205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342205; }
p { color: rgb(52,34,5); }
H1.HeaderClassName
{
color: #342205;
}
.AnyTagClassName
{
color: #342205;
}
</style>
background-color css
<style>
a { background-color: #342205; }
a { background-color: rgb(52,34,5); }
div.DivClassName
{
background-color: #342205;
}
.BgClassName
{
background-color: #342205;
}
</style>
border-color css
<style>
span { border-color: #342205; }
span { border-color: rgb(52,34,5); }
td.TdClassName
{
border-color: #342205;
}
.TagClassName
{
border-color: #342205;
}
</style>