Shades of Cocoa Brown #422802
Tints of Cocoa Brown #422802
RGB
CMYK
RGB Variations
Color information
#422802 (or 0x422802) is known color: Cocoa Brown. HEX triplet: 42, 28 and 02. RGB value is (66,40,2). Sum of RGB (Red+Green+Blue) = 66+40+2=108 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.11% from 108); Green value is 40 (16.02% from 255 or 37.04% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 66 - color contains mainly: red. Hex color #422802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422802 is #BDD7FD. Grayscale: #2B2B2B. Windows color (decimal): -12441598 or 141378. OLE color: 141378.
HSL color Cylindrical-coordinate representation of color #422802: hue angle of 35.62º 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 #422802 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 40 | 2 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.74 |
| HSL | 35.63º | 0.94% | 0.13% | - |
| HSV(B) | 35.63º | 0.97% | 0.26% | - |
| XYZ | 3.02 | 2.68 | 0.42 | - |
| YUV | 43.44 | 104.61 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 40 | 2 | 0 | 0.39 | 0.97 | 0.74 | 35.63 | 0.94 | 0.13 |
| Hex | 42 | 28 | 2 | 0 | 27 | 61 | 4A | 24 | 5E | D |
| Octal | 102 | 50 | 2 | 0 | 47 | 141 | 112 | 44 | 136 | 15 |
| Binary | 1000010 | 101000 | 10 | 0 | 100111 | 1100001 | 1001010 | 100100 | 1011110 | 1101 |
Color Harmonies of #422802
Complementary color
Monochromatic Colors of #422802
Black with #422802
Text Example
Text Example
White with #422802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422802; }
p { color: rgb(66,40,2); }
H1.HeaderClassName
{
color: #422802;
}
.AnyTagClassName
{
color: #422802;
}
</style>
background-color css
<style>
a { background-color: #422802; }
a { background-color: rgb(66,40,2); }
div.DivClassName
{
background-color: #422802;
}
.BgClassName
{
background-color: #422802;
}
</style>
border-color css
<style>
span { border-color: #422802; }
span { border-color: rgb(66,40,2); }
td.TdClassName
{
border-color: #422802;
}
.TagClassName
{
border-color: #422802;
}
</style>