Shades of Cocoa Brown #342203
Tints of Cocoa Brown #342203
RGB
CMYK
RGB Variations
Color information
#342203 (or 0x342203) is known color: Cocoa Brown. HEX triplet: 34, 22 and 03. RGB value is (52,34,3). Sum of RGB (Red+Green+Blue) = 52+34+3=89 (11% of max value = 765). Red value is 52 (20.70% from 255 or 58.43% from 89); Green value is 34 (13.67% from 255 or 38.20% from 89); Blue value is 3 (1.56% from 255 or 3.37% from 89); Max value from RGB is 52 - color contains mainly: red. Hex color #342203 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342203 is #CBDDFC. Grayscale: #232323. Windows color (decimal): -13360637 or 205364. OLE color: 205364.
HSL color Cylindrical-coordinate representation of color #342203: hue angle of 37.96º 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 #342203 is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 34 | 3 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.80 |
| HSL | 37.96º | 0.89% | 0.11% | - |
| HSV(B) | 37.96º | 0.94% | 0.2% | - |
| XYZ | 2 | 1.88 | 0.34 | - |
| YUV | 35.85 | 109.46 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 34 | 3 | 0 | 0.35 | 0.94 | 0.80 | 37.96 | 0.89 | 0.11 |
| Hex | 34 | 22 | 3 | 0 | 23 | 5E | 50 | 26 | 59 | B |
| Octal | 64 | 42 | 3 | 0 | 43 | 136 | 120 | 46 | 131 | 13 |
| Binary | 110100 | 100010 | 11 | 0 | 100011 | 1011110 | 1010000 | 100110 | 1011001 | 1011 |
Color Harmonies of #342203
Complementary color
Monochromatic Colors of #342203
Black with #342203
Text Example
Text Example
White with #342203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342203; }
p { color: rgb(52,34,3); }
H1.HeaderClassName
{
color: #342203;
}
.AnyTagClassName
{
color: #342203;
}
</style>
background-color css
<style>
a { background-color: #342203; }
a { background-color: rgb(52,34,3); }
div.DivClassName
{
background-color: #342203;
}
.BgClassName
{
background-color: #342203;
}
</style>
border-color css
<style>
span { border-color: #342203; }
span { border-color: rgb(52,34,3); }
td.TdClassName
{
border-color: #342203;
}
.TagClassName
{
border-color: #342203;
}
</style>