Shades of Cocoa Brown #342308
Tints of Cocoa Brown #342308
RGB
CMYK
RGB Variations
Color information
#342308 (or 0x342308) is known color: Cocoa Brown. HEX triplet: 34, 23 and 08. RGB value is (52,35,8). Sum of RGB (Red+Green+Blue) = 52+35+8=95 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.74% from 95); Green value is 35 (14.06% from 255 or 36.84% from 95); Blue value is 8 (3.52% from 255 or 8.42% from 95); Max value from RGB is 52 - color contains mainly: red. Hex color #342308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342308 is #CBDCF7. Grayscale: #252525. Windows color (decimal): -13360376 or 533300. OLE color: 533300.
HSL color Cylindrical-coordinate representation of color #342308: hue angle of 36.82º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #342308 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 35 | 8 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.80 |
| HSL | 36.82º | 0.73% | 0.12% | - |
| HSV(B) | 36.82º | 0.85% | 0.2% | - |
| XYZ | 2.06 | 1.95 | 0.5 | - |
| YUV | 37.01 | 111.63 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 35 | 8 | 0 | 0.33 | 0.85 | 0.80 | 36.82 | 0.73 | 0.12 |
| Hex | 34 | 23 | 8 | 0 | 21 | 55 | 50 | 25 | 49 | C |
| Octal | 64 | 43 | 10 | 0 | 41 | 125 | 120 | 45 | 111 | 14 |
| Binary | 110100 | 100011 | 1000 | 0 | 100001 | 1010101 | 1010000 | 100101 | 1001001 | 1100 |
Color Harmonies of #342308
Complementary color
Monochromatic Colors of #342308
Black with #342308
Text Example
Text Example
White with #342308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342308; }
p { color: rgb(52,35,8); }
H1.HeaderClassName
{
color: #342308;
}
.AnyTagClassName
{
color: #342308;
}
</style>
background-color css
<style>
a { background-color: #342308; }
a { background-color: rgb(52,35,8); }
div.DivClassName
{
background-color: #342308;
}
.BgClassName
{
background-color: #342308;
}
</style>
border-color css
<style>
span { border-color: #342308; }
span { border-color: rgb(52,35,8); }
td.TdClassName
{
border-color: #342308;
}
.TagClassName
{
border-color: #342308;
}
</style>