Shades of Cocoa Brown #342002
Tints of Cocoa Brown #342002
RGB
CMYK
RGB Variations
Color information
#342002 (or 0x342002) is known color: Cocoa Brown. HEX triplet: 34, 20 and 02. RGB value is (52,32,2). Sum of RGB (Red+Green+Blue) = 52+32+2=86 (11% of max value = 765). Red value is 52 (20.70% from 255 or 60.47% from 86); Green value is 32 (12.89% from 255 or 37.21% from 86); Blue value is 2 (1.17% from 255 or 2.33% from 86); Max value from RGB is 52 - color contains mainly: red. Hex color #342002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342002 is #CBDFFD. Grayscale: #222222. Windows color (decimal): -13361150 or 139316. OLE color: 139316.
HSL color Cylindrical-coordinate representation of color #342002: hue angle of 36º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #342002 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 32 | 2 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.80 |
| HSL | 36º | 0.93% | 0.11% | - |
| HSV(B) | 36º | 0.96% | 0.2% | - |
| XYZ | 1.94 | 1.77 | 0.3 | - |
| YUV | 34.56 | 109.63 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 32 | 2 | 0 | 0.38 | 0.96 | 0.80 | 36 | 0.93 | 0.11 |
| Hex | 34 | 20 | 2 | 0 | 26 | 60 | 50 | 24 | 5D | B |
| Octal | 64 | 40 | 2 | 0 | 46 | 140 | 120 | 44 | 135 | 13 |
| Binary | 110100 | 100000 | 10 | 0 | 100110 | 1100000 | 1010000 | 100100 | 1011101 | 1011 |
Color Harmonies of #342002
Complementary color
Monochromatic Colors of #342002
Black with #342002
Text Example
Text Example
White with #342002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342002; }
p { color: rgb(52,32,2); }
H1.HeaderClassName
{
color: #342002;
}
.AnyTagClassName
{
color: #342002;
}
</style>
background-color css
<style>
a { background-color: #342002; }
a { background-color: rgb(52,32,2); }
div.DivClassName
{
background-color: #342002;
}
.BgClassName
{
background-color: #342002;
}
</style>
border-color css
<style>
span { border-color: #342002; }
span { border-color: rgb(52,32,2); }
td.TdClassName
{
border-color: #342002;
}
.TagClassName
{
border-color: #342002;
}
</style>