Shades of Cocoa Brown #422501
Tints of Cocoa Brown #422501
RGB
CMYK
RGB Variations
Color information
#422501 (or 0x422501) is known color: Cocoa Brown. HEX triplet: 42, 25 and 01. RGB value is (66,37,1). Sum of RGB (Red+Green+Blue) = 66+37+1=104 (13% of max value = 765). Red value is 66 (26.17% from 255 or 63.46% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 66 - color contains mainly: red. Hex color #422501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422501 is #BDDAFE. Grayscale: #292929. Windows color (decimal): -12442367 or 75074. OLE color: 75074.
HSL color Cylindrical-coordinate representation of color #422501: hue angle of 33.23º 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 #422501 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 37 | 1 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.74 |
| HSL | 33.23º | 0.97% | 0.13% | - |
| HSV(B) | 33.23º | 0.98% | 0.26% | - |
| XYZ | 2.91 | 2.48 | 0.35 | - |
| YUV | 41.57 | 105.11 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 37 | 1 | 0 | 0.44 | 0.98 | 0.74 | 33.23 | 0.97 | 0.13 |
| Hex | 42 | 25 | 1 | 0 | 2C | 62 | 4A | 21 | 61 | D |
| Octal | 102 | 45 | 1 | 0 | 54 | 142 | 112 | 41 | 141 | 15 |
| Binary | 1000010 | 100101 | 1 | 0 | 101100 | 1100010 | 1001010 | 100001 | 1100001 | 1101 |
Color Harmonies of #422501
Complementary color
Monochromatic Colors of #422501
Black with #422501
Text Example
Text Example
White with #422501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422501; }
p { color: rgb(66,37,1); }
H1.HeaderClassName
{
color: #422501;
}
.AnyTagClassName
{
color: #422501;
}
</style>
background-color css
<style>
a { background-color: #422501; }
a { background-color: rgb(66,37,1); }
div.DivClassName
{
background-color: #422501;
}
.BgClassName
{
background-color: #422501;
}
</style>
border-color css
<style>
span { border-color: #422501; }
span { border-color: rgb(66,37,1); }
td.TdClassName
{
border-color: #422501;
}
.TagClassName
{
border-color: #422501;
}
</style>