Shades of Cocoa Brown #422A02
Tints of Cocoa Brown #422A02
RGB
CMYK
RGB Variations
Color information
#422A02 (or 0x422A02) is known color: Cocoa Brown. HEX triplet: 42, 2A and 02. RGB value is (66,42,2). Sum of RGB (Red+Green+Blue) = 66+42+2=110 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60% from 110); Green value is 42 (16.80% from 255 or 38.18% from 110); Blue value is 2 (1.17% from 255 or 1.82% from 110); Max value from RGB is 66 - color contains mainly: red. Hex color #422A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422A02 is #BDD5FD. Grayscale: #2C2C2C. Windows color (decimal): -12441086 or 141890. OLE color: 141890.
HSL color Cylindrical-coordinate representation of color #422A02: hue angle of 37.5º 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 #422A02 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 42 | 2 | - |
| CMYK | 0 | 0.36 | 0.97 | 0.74 |
| HSL | 37.5º | 0.94% | 0.13% | - |
| HSV(B) | 37.5º | 0.97% | 0.26% | - |
| XYZ | 3.09 | 2.82 | 0.44 | - |
| YUV | 44.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 42 | 2 | 0 | 0.36 | 0.97 | 0.74 | 37.5 | 0.94 | 0.13 |
| Hex | 42 | 2A | 2 | 0 | 24 | 61 | 4A | 26 | 5E | D |
| Octal | 102 | 52 | 2 | 0 | 44 | 141 | 112 | 46 | 136 | 15 |
| Binary | 1000010 | 101010 | 10 | 0 | 100100 | 1100001 | 1001010 | 100110 | 1011110 | 1101 |
Color Harmonies of #422A02
Complementary color
Monochromatic Colors of #422A02
Black with #422A02
Text Example
Text Example
White with #422A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422A02; }
p { color: rgb(66,42,2); }
H1.HeaderClassName
{
color: #422A02;
}
.AnyTagClassName
{
color: #422A02;
}
</style>
background-color css
<style>
a { background-color: #422A02; }
a { background-color: rgb(66,42,2); }
div.DivClassName
{
background-color: #422A02;
}
.BgClassName
{
background-color: #422A02;
}
</style>
border-color css
<style>
span { border-color: #422A02; }
span { border-color: rgb(66,42,2); }
td.TdClassName
{
border-color: #422A02;
}
.TagClassName
{
border-color: #422A02;
}
</style>