Shades of Cocoa Brown #422502
Tints of Cocoa Brown #422502
RGB
CMYK
RGB Variations
Color information
#422502 (or 0x422502) is known color: Cocoa Brown. HEX triplet: 42, 25 and 02. RGB value is (66,37,2). Sum of RGB (Red+Green+Blue) = 66+37+2=105 (13% of max value = 765). Red value is 66 (26.17% from 255 or 62.86% from 105); Green value is 37 (14.84% from 255 or 35.24% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 66 - color contains mainly: red. Hex color #422502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422502 is #BDDAFD. Grayscale: #292929. Windows color (decimal): -12442366 or 140610. OLE color: 140610.
HSL color Cylindrical-coordinate representation of color #422502: hue angle of 32.81º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #422502 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 37 | 2 | - |
| CMYK | 0 | 0.44 | 0.97 | 0.74 |
| HSL | 32.81º | 0.94% | 0.13% | - |
| HSV(B) | 32.81º | 0.97% | 0.26% | - |
| XYZ | 2.92 | 2.49 | 0.38 | - |
| YUV | 41.68 | 105.61 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 37 | 2 | 0 | 0.44 | 0.97 | 0.74 | 32.81 | 0.94 | 0.13 |
| Hex | 42 | 25 | 2 | 0 | 2C | 61 | 4A | 21 | 5E | D |
| Octal | 102 | 45 | 2 | 0 | 54 | 141 | 112 | 41 | 136 | 15 |
| Binary | 1000010 | 100101 | 10 | 0 | 101100 | 1100001 | 1001010 | 100001 | 1011110 | 1101 |
Color Harmonies of #422502
Complementary color
Monochromatic Colors of #422502
Black with #422502
Text Example
Text Example
White with #422502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422502; }
p { color: rgb(66,37,2); }
H1.HeaderClassName
{
color: #422502;
}
.AnyTagClassName
{
color: #422502;
}
</style>
background-color css
<style>
a { background-color: #422502; }
a { background-color: rgb(66,37,2); }
div.DivClassName
{
background-color: #422502;
}
.BgClassName
{
background-color: #422502;
}
</style>
border-color css
<style>
span { border-color: #422502; }
span { border-color: rgb(66,37,2); }
td.TdClassName
{
border-color: #422502;
}
.TagClassName
{
border-color: #422502;
}
</style>