Shades of Brown Pod #42201D
Tints of Brown Pod #42201D
RGB
CMYK
RGB Variations
Color information
#42201D (or 0x42201D) is known color: Brown Pod. HEX triplet: 42, 20 and 1D. RGB value is (66,32,29). Sum of RGB (Red+Green+Blue) = 66+32+29=127 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.97% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 66 - color contains mainly: red. Hex color #42201D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42201D is #BDDFE2. Grayscale: #292929. Windows color (decimal): -12443619 or 1908802. OLE color: 1908802.
HSL color Cylindrical-coordinate representation of color #42201D: hue angle of 4.86º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42201D is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 32 | 29 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.74 |
| HSL | 4.86º | 0.39% | 0.19% | - |
| HSV(B) | 4.86º | 0.56% | 0.26% | - |
| XYZ | 2.99 | 2.28 | 1.45 | - |
| YUV | 41.82 | 120.76 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 32 | 29 | 0 | 0.52 | 0.56 | 0.74 | 4.86 | 0.39 | 0.19 |
| Hex | 42 | 20 | 1D | 0 | 34 | 38 | 4A | 5 | 27 | 13 |
| Octal | 102 | 40 | 35 | 0 | 64 | 70 | 112 | 5 | 47 | 23 |
| Binary | 1000010 | 100000 | 11101 | 0 | 110100 | 111000 | 1001010 | 101 | 100111 | 10011 |
Color Harmonies of #42201D
Complementary color
Monochromatic Colors of #42201D
Black with #42201D
Text Example
Text Example
White with #42201D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42201D; }
p { color: rgb(66,32,29); }
H1.HeaderClassName
{
color: #42201D;
}
.AnyTagClassName
{
color: #42201D;
}
</style>
background-color css
<style>
a { background-color: #42201D; }
a { background-color: rgb(66,32,29); }
div.DivClassName
{
background-color: #42201D;
}
.BgClassName
{
background-color: #42201D;
}
</style>
border-color css
<style>
span { border-color: #42201D; }
span { border-color: rgb(66,32,29); }
td.TdClassName
{
border-color: #42201D;
}
.TagClassName
{
border-color: #42201D;
}
</style>