Shades of Cocoa Brown #422703
Tints of Cocoa Brown #422703
RGB
CMYK
RGB Variations
Color information
#422703 (or 0x422703) is known color: Cocoa Brown. HEX triplet: 42, 27 and 03. RGB value is (66,39,3). Sum of RGB (Red+Green+Blue) = 66+39+3=108 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.11% from 108); Green value is 39 (15.62% from 255 or 36.11% from 108); Blue value is 3 (1.56% from 255 or 2.78% from 108); Max value from RGB is 66 - color contains mainly: red. Hex color #422703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #422703 is #BDD8FC. Grayscale: #2B2B2B. Windows color (decimal): -12441853 or 206658. OLE color: 206658.
HSL color Cylindrical-coordinate representation of color #422703: hue angle of 34.29º 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 #422703 is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 39 | 3 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.74 |
| HSL | 34.29º | 0.91% | 0.14% | - |
| HSV(B) | 34.29º | 0.95% | 0.26% | - |
| XYZ | 2.99 | 2.62 | 0.43 | - |
| YUV | 42.97 | 105.45 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 39 | 3 | 0 | 0.41 | 0.95 | 0.74 | 34.29 | 0.91 | 0.14 |
| Hex | 42 | 27 | 3 | 0 | 29 | 5F | 4A | 22 | 5B | E |
| Octal | 102 | 47 | 3 | 0 | 51 | 137 | 112 | 42 | 133 | 16 |
| Binary | 1000010 | 100111 | 11 | 0 | 101001 | 1011111 | 1001010 | 100010 | 1011011 | 1110 |
Color Harmonies of #422703
Complementary color
Monochromatic Colors of #422703
Black with #422703
Text Example
Text Example
White with #422703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422703; }
p { color: rgb(66,39,3); }
H1.HeaderClassName
{
color: #422703;
}
.AnyTagClassName
{
color: #422703;
}
</style>
background-color css
<style>
a { background-color: #422703; }
a { background-color: rgb(66,39,3); }
div.DivClassName
{
background-color: #422703;
}
.BgClassName
{
background-color: #422703;
}
</style>
border-color css
<style>
span { border-color: #422703; }
span { border-color: rgb(66,39,3); }
td.TdClassName
{
border-color: #422703;
}
.TagClassName
{
border-color: #422703;
}
</style>