Shades of Cocoa Brown #422201
Tints of Cocoa Brown #422201
RGB
CMYK
RGB Variations
Color information
#422201 (or 0x422201) is known color: Cocoa Brown. HEX triplet: 42, 22 and 01. RGB value is (66,34,1). Sum of RGB (Red+Green+Blue) = 66+34+1=101 (13% of max value = 765). Red value is 66 (26.17% from 255 or 65.35% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 1 (0.78% from 255 or 0.99% from 101); Max value from RGB is 66 - color contains mainly: red. Hex color #422201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422201 is #BDDDFE. Grayscale: #272727. Windows color (decimal): -12443135 or 74306. OLE color: 74306.
HSL color Cylindrical-coordinate representation of color #422201: hue angle of 30.46º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #422201 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 34 | 1 | - |
| CMYK | 0 | 0.48 | 0.98 | 0.74 |
| HSL | 30.46º | 0.97% | 0.13% | - |
| HSV(B) | 30.46º | 0.98% | 0.26% | - |
| XYZ | 2.82 | 2.3 | 0.32 | - |
| YUV | 39.81 | 106.1 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 34 | 1 | 0 | 0.48 | 0.98 | 0.74 | 30.46 | 0.97 | 0.13 |
| Hex | 42 | 22 | 1 | 0 | 30 | 62 | 4A | 1E | 61 | D |
| Octal | 102 | 42 | 1 | 0 | 60 | 142 | 112 | 36 | 141 | 15 |
| Binary | 1000010 | 100010 | 1 | 0 | 110000 | 1100010 | 1001010 | 11110 | 1100001 | 1101 |
Color Harmonies of #422201
Complementary color
Monochromatic Colors of #422201
Black with #422201
Text Example
Text Example
White with #422201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422201; }
p { color: rgb(66,34,1); }
H1.HeaderClassName
{
color: #422201;
}
.AnyTagClassName
{
color: #422201;
}
</style>
background-color css
<style>
a { background-color: #422201; }
a { background-color: rgb(66,34,1); }
div.DivClassName
{
background-color: #422201;
}
.BgClassName
{
background-color: #422201;
}
</style>
border-color css
<style>
span { border-color: #422201; }
span { border-color: rgb(66,34,1); }
td.TdClassName
{
border-color: #422201;
}
.TagClassName
{
border-color: #422201;
}
</style>