Shades of Cocoa Brown #422800
Tints of Cocoa Brown #422800
RGB
CMYK
RGB Variations
Color information
#422800 (or 0x422800) is known color: Cocoa Brown. HEX triplet: 42, 28 and 00. RGB value is (66,40,0). Sum of RGB (Red+Green+Blue) = 66+40+0=106 (14% of max value = 765). Red value is 66 (26.17% from 255 or 62.26% from 106); Green value is 40 (16.02% from 255 or 37.74% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 66 - color contains mainly: red. Hex color #422800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422800 is #BDD7FF. Grayscale: #2B2B2B. Windows color (decimal): -12441600 or 10306. OLE color: 10306.
HSL color Cylindrical-coordinate representation of color #422800: hue angle of 36.36º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #422800 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 40 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.74 |
| HSL | 36.36º | 1% | 0.13% | - |
| HSV(B) | 36.36º | 1% | 0.26% | - |
| XYZ | 3.01 | 2.68 | 0.36 | - |
| YUV | 43.21 | 103.61 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 40 | 0 | 0 | 0.39 | 1 | 0.74 | 36.36 | 1 | 0.13 |
| Hex | 42 | 28 | 0 | 0 | 27 | 64 | 4A | 24 | 64 | D |
| Octal | 102 | 50 | 0 | 0 | 47 | 144 | 112 | 44 | 144 | 15 |
| Binary | 1000010 | 101000 | 0 | 0 | 100111 | 1100100 | 1001010 | 100100 | 1100100 | 1101 |
Color Harmonies of #422800
Complementary color
Monochromatic Colors of #422800
Black with #422800
Text Example
Text Example
White with #422800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422800; }
p { color: rgb(66,40,0); }
H1.HeaderClassName
{
color: #422800;
}
.AnyTagClassName
{
color: #422800;
}
</style>
background-color css
<style>
a { background-color: #422800; }
a { background-color: rgb(66,40,0); }
div.DivClassName
{
background-color: #422800;
}
.BgClassName
{
background-color: #422800;
}
</style>
border-color css
<style>
span { border-color: #422800; }
span { border-color: rgb(66,40,0); }
td.TdClassName
{
border-color: #422800;
}
.TagClassName
{
border-color: #422800;
}
</style>