Shades of Cocoa Brown #342201
Tints of Cocoa Brown #342201
RGB
CMYK
RGB Variations
Color information
#342201 (or 0x342201) is known color: Cocoa Brown. HEX triplet: 34, 22 and 01. RGB value is (52,34,1). Sum of RGB (Red+Green+Blue) = 52+34+1=87 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.77% from 87); Green value is 34 (13.67% from 255 or 39.08% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 52 - color contains mainly: red. Hex color #342201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342201 is #CBDDFE. Grayscale: #232323. Windows color (decimal): -13360639 or 74292. OLE color: 74292.
HSL color Cylindrical-coordinate representation of color #342201: hue angle of 38.82º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #342201 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 34 | 1 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.80 |
| HSL | 38.82º | 0.96% | 0.1% | - |
| HSV(B) | 38.82º | 0.98% | 0.2% | - |
| XYZ | 1.99 | 1.88 | 0.29 | - |
| YUV | 35.62 | 108.46 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 34 | 1 | 0 | 0.35 | 0.98 | 0.80 | 38.82 | 0.96 | 0.1 |
| Hex | 34 | 22 | 1 | 0 | 23 | 62 | 50 | 27 | 60 | A |
| Octal | 64 | 42 | 1 | 0 | 43 | 142 | 120 | 47 | 140 | 12 |
| Binary | 110100 | 100010 | 1 | 0 | 100011 | 1100010 | 1010000 | 100111 | 1100000 | 1010 |
Color Harmonies of #342201
Complementary color
Monochromatic Colors of #342201
Black with #342201
Text Example
Text Example
White with #342201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342201; }
p { color: rgb(52,34,1); }
H1.HeaderClassName
{
color: #342201;
}
.AnyTagClassName
{
color: #342201;
}
</style>
background-color css
<style>
a { background-color: #342201; }
a { background-color: rgb(52,34,1); }
div.DivClassName
{
background-color: #342201;
}
.BgClassName
{
background-color: #342201;
}
</style>
border-color css
<style>
span { border-color: #342201; }
span { border-color: rgb(52,34,1); }
td.TdClassName
{
border-color: #342201;
}
.TagClassName
{
border-color: #342201;
}
</style>