Shades of Cocoa Brown #422803
Tints of Cocoa Brown #422803
RGB
CMYK
RGB Variations
Color information
#422803 (or 0x422803) is known color: Cocoa Brown. HEX triplet: 42, 28 and 03. RGB value is (66,40,3). Sum of RGB (Red+Green+Blue) = 66+40+3=109 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60.55% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 3 (1.56% from 255 or 2.75% from 109); Max value from RGB is 66 - color contains mainly: red. Hex color #422803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422803 is #BDD7FC. Grayscale: #2B2B2B. Windows color (decimal): -12441597 or 206914. OLE color: 206914.
HSL color Cylindrical-coordinate representation of color #422803: hue angle of 35.24º 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 #422803 is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 40 | 3 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.74 |
| HSL | 35.24º | 0.91% | 0.14% | - |
| HSV(B) | 35.24º | 0.95% | 0.26% | - |
| XYZ | 3.02 | 2.68 | 0.44 | - |
| YUV | 43.56 | 105.11 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 40 | 3 | 0 | 0.39 | 0.95 | 0.74 | 35.24 | 0.91 | 0.14 |
| Hex | 42 | 28 | 3 | 0 | 27 | 5F | 4A | 23 | 5B | E |
| Octal | 102 | 50 | 3 | 0 | 47 | 137 | 112 | 43 | 133 | 16 |
| Binary | 1000010 | 101000 | 11 | 0 | 100111 | 1011111 | 1001010 | 100011 | 1011011 | 1110 |
Color Harmonies of #422803
Complementary color
Monochromatic Colors of #422803
Black with #422803
Text Example
Text Example
White with #422803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422803; }
p { color: rgb(66,40,3); }
H1.HeaderClassName
{
color: #422803;
}
.AnyTagClassName
{
color: #422803;
}
</style>
background-color css
<style>
a { background-color: #422803; }
a { background-color: rgb(66,40,3); }
div.DivClassName
{
background-color: #422803;
}
.BgClassName
{
background-color: #422803;
}
</style>
border-color css
<style>
span { border-color: #422803; }
span { border-color: rgb(66,40,3); }
td.TdClassName
{
border-color: #422803;
}
.TagClassName
{
border-color: #422803;
}
</style>