Shades of Cocoa Brown #422A03
Tints of Cocoa Brown #422A03
RGB
CMYK
RGB Variations
Color information
#422A03 (or 0x422A03) is known color: Cocoa Brown. HEX triplet: 42, 2A and 03. RGB value is (66,42,3). Sum of RGB (Red+Green+Blue) = 66+42+3=111 (14% of max value = 765). Red value is 66 (26.17% from 255 or 59.46% from 111); Green value is 42 (16.80% from 255 or 37.84% from 111); Blue value is 3 (1.56% from 255 or 2.70% from 111); Max value from RGB is 66 - color contains mainly: red. Hex color #422A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422A03 is #BDD5FC. Grayscale: #2C2C2C. Windows color (decimal): -12441085 or 207426. OLE color: 207426.
HSL color Cylindrical-coordinate representation of color #422A03: hue angle of 37.14º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #422A03 is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 42 | 3 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.74 |
| HSL | 37.14º | 0.91% | 0.14% | - |
| HSV(B) | 37.14º | 0.95% | 0.26% | - |
| XYZ | 3.09 | 2.82 | 0.47 | - |
| YUV | 44.73 | 104.45 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 42 | 3 | 0 | 0.36 | 0.95 | 0.74 | 37.14 | 0.91 | 0.14 |
| Hex | 42 | 2A | 3 | 0 | 24 | 5F | 4A | 25 | 5B | E |
| Octal | 102 | 52 | 3 | 0 | 44 | 137 | 112 | 45 | 133 | 16 |
| Binary | 1000010 | 101010 | 11 | 0 | 100100 | 1011111 | 1001010 | 100101 | 1011011 | 1110 |
Color Harmonies of #422A03
Complementary color
Monochromatic Colors of #422A03
Black with #422A03
Text Example
Text Example
White with #422A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422A03; }
p { color: rgb(66,42,3); }
H1.HeaderClassName
{
color: #422A03;
}
.AnyTagClassName
{
color: #422A03;
}
</style>
background-color css
<style>
a { background-color: #422A03; }
a { background-color: rgb(66,42,3); }
div.DivClassName
{
background-color: #422A03;
}
.BgClassName
{
background-color: #422A03;
}
</style>
border-color css
<style>
span { border-color: #422A03; }
span { border-color: rgb(66,42,3); }
td.TdClassName
{
border-color: #422A03;
}
.TagClassName
{
border-color: #422A03;
}
</style>