Shades of Cocoa Brown #422500
Tints of Cocoa Brown #422500
RGB
CMYK
RGB Variations
Color information
#422500 (or 0x422500) is known color: Cocoa Brown. HEX triplet: 42, 25 and 00. RGB value is (66,37,0). Sum of RGB (Red+Green+Blue) = 66+37+0=103 (13% of max value = 765). Red value is 66 (26.17% from 255 or 64.08% from 103); Green value is 37 (14.84% from 255 or 35.92% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 66 - color contains mainly: red. Hex color #422500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422500 is #BDDAFF. Grayscale: #292929. Windows color (decimal): -12442368 or 9538. OLE color: 9538.
HSL color Cylindrical-coordinate representation of color #422500: hue angle of 33.64º 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 #422500 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 37 | 0 | - |
| CMYK | 0 | 0.44 | 1 | 0.74 |
| HSL | 33.64º | 1% | 0.13% | - |
| HSV(B) | 33.64º | 1% | 0.26% | - |
| XYZ | 2.91 | 2.48 | 0.33 | - |
| YUV | 41.45 | 104.61 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 37 | 0 | 0 | 0.44 | 1 | 0.74 | 33.64 | 1 | 0.13 |
| Hex | 42 | 25 | 0 | 0 | 2C | 64 | 4A | 22 | 64 | D |
| Octal | 102 | 45 | 0 | 0 | 54 | 144 | 112 | 42 | 144 | 15 |
| Binary | 1000010 | 100101 | 0 | 0 | 101100 | 1100100 | 1001010 | 100010 | 1100100 | 1101 |
Color Harmonies of #422500
Complementary color
Monochromatic Colors of #422500
Black with #422500
Text Example
Text Example
White with #422500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422500; }
p { color: rgb(66,37,0); }
H1.HeaderClassName
{
color: #422500;
}
.AnyTagClassName
{
color: #422500;
}
</style>
background-color css
<style>
a { background-color: #422500; }
a { background-color: rgb(66,37,0); }
div.DivClassName
{
background-color: #422500;
}
.BgClassName
{
background-color: #422500;
}
</style>
border-color css
<style>
span { border-color: #422500; }
span { border-color: rgb(66,37,0); }
td.TdClassName
{
border-color: #422500;
}
.TagClassName
{
border-color: #422500;
}
</style>