Shades of Cocoa Brown #422700
Tints of Cocoa Brown #422700
RGB
CMYK
RGB Variations
Color information
#422700 (or 0x422700) is known color: Cocoa Brown. HEX triplet: 42, 27 and 00. RGB value is (66,39,0). Sum of RGB (Red+Green+Blue) = 66+39+0=105 (13% of max value = 765). Red value is 66 (26.17% from 255 or 62.86% from 105); Green value is 39 (15.62% from 255 or 37.14% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 66 - color contains mainly: red. Hex color #422700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422700 is #BDD8FF. Grayscale: #2A2A2A. Windows color (decimal): -12441856 or 10050. OLE color: 10050.
HSL color Cylindrical-coordinate representation of color #422700: hue angle of 35.45º 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 #422700 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 39 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.74 |
| HSL | 35.45º | 1% | 0.13% | - |
| HSV(B) | 35.45º | 1% | 0.26% | - |
| XYZ | 2.97 | 2.61 | 0.35 | - |
| YUV | 42.63 | 103.95 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 39 | 0 | 0 | 0.41 | 1 | 0.74 | 35.45 | 1 | 0.13 |
| Hex | 42 | 27 | 0 | 0 | 29 | 64 | 4A | 23 | 64 | D |
| Octal | 102 | 47 | 0 | 0 | 51 | 144 | 112 | 43 | 144 | 15 |
| Binary | 1000010 | 100111 | 0 | 0 | 101001 | 1100100 | 1001010 | 100011 | 1100100 | 1101 |
Color Harmonies of #422700
Complementary color
Monochromatic Colors of #422700
Black with #422700
Text Example
Text Example
White with #422700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422700; }
p { color: rgb(66,39,0); }
H1.HeaderClassName
{
color: #422700;
}
.AnyTagClassName
{
color: #422700;
}
</style>
background-color css
<style>
a { background-color: #422700; }
a { background-color: rgb(66,39,0); }
div.DivClassName
{
background-color: #422700;
}
.BgClassName
{
background-color: #422700;
}
</style>
border-color css
<style>
span { border-color: #422700; }
span { border-color: rgb(66,39,0); }
td.TdClassName
{
border-color: #422700;
}
.TagClassName
{
border-color: #422700;
}
</style>