Shades of Cocoa Brown #342003
Tints of Cocoa Brown #342003
RGB
CMYK
RGB Variations
Color information
#342003 (or 0x342003) is known color: Cocoa Brown. HEX triplet: 34, 20 and 03. RGB value is (52,32,3). Sum of RGB (Red+Green+Blue) = 52+32+3=87 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.77% from 87); Green value is 32 (12.89% from 255 or 36.78% from 87); Blue value is 3 (1.56% from 255 or 3.45% from 87); Max value from RGB is 52 - color contains mainly: red. Hex color #342003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342003 is #CBDFFC. Grayscale: #222222. Windows color (decimal): -13361149 or 204852. OLE color: 204852.
HSL color Cylindrical-coordinate representation of color #342003: hue angle of 35.51º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #342003 is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 32 | 3 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.80 |
| HSL | 35.51º | 0.89% | 0.11% | - |
| HSV(B) | 35.51º | 0.94% | 0.2% | - |
| XYZ | 1.95 | 1.77 | 0.32 | - |
| YUV | 34.67 | 110.13 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 32 | 3 | 0 | 0.38 | 0.94 | 0.80 | 35.51 | 0.89 | 0.11 |
| Hex | 34 | 20 | 3 | 0 | 26 | 5E | 50 | 24 | 59 | B |
| Octal | 64 | 40 | 3 | 0 | 46 | 136 | 120 | 44 | 131 | 13 |
| Binary | 110100 | 100000 | 11 | 0 | 100110 | 1011110 | 1010000 | 100100 | 1011001 | 1011 |
Color Harmonies of #342003
Complementary color
Monochromatic Colors of #342003
Black with #342003
Text Example
Text Example
White with #342003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342003; }
p { color: rgb(52,32,3); }
H1.HeaderClassName
{
color: #342003;
}
.AnyTagClassName
{
color: #342003;
}
</style>
background-color css
<style>
a { background-color: #342003; }
a { background-color: rgb(52,32,3); }
div.DivClassName
{
background-color: #342003;
}
.BgClassName
{
background-color: #342003;
}
</style>
border-color css
<style>
span { border-color: #342003; }
span { border-color: rgb(52,32,3); }
td.TdClassName
{
border-color: #342003;
}
.TagClassName
{
border-color: #342003;
}
</style>