Shades of Brown Pod #421D19
Tints of Brown Pod #421D19
RGB
CMYK
RGB Variations
Color information
#421D19 (or 0x421D19) is known color: Brown Pod. HEX triplet: 42, 1D and 19. RGB value is (66,29,25). Sum of RGB (Red+Green+Blue) = 66+29+25=120 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55% from 120); Green value is 29 (11.72% from 255 or 24.17% from 120); Blue value is 25 (10.16% from 255 or 20.83% from 120); Max value from RGB is 66 - color contains mainly: red. Hex color #421D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421D19 is #BDE2E6. Grayscale: #272727. Windows color (decimal): -12444391 or 1645890. OLE color: 1645890.
HSL color Cylindrical-coordinate representation of color #421D19: hue angle of 5.85º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #421D19 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 29 | 25 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.74 |
| HSL | 5.85º | 0.45% | 0.18% | - |
| HSV(B) | 5.85º | 0.62% | 0.26% | - |
| XYZ | 2.86 | 2.11 | 1.18 | - |
| YUV | 39.61 | 119.76 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 29 | 25 | 0 | 0.56 | 0.62 | 0.74 | 5.85 | 0.45 | 0.18 |
| Hex | 42 | 1D | 19 | 0 | 38 | 3E | 4A | 6 | 2D | 12 |
| Octal | 102 | 35 | 31 | 0 | 70 | 76 | 112 | 6 | 55 | 22 |
| Binary | 1000010 | 11101 | 11001 | 0 | 111000 | 111110 | 1001010 | 110 | 101101 | 10010 |
Color Harmonies of #421D19
Complementary color
Monochromatic Colors of #421D19
Black with #421D19
Text Example
Text Example
White with #421D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421D19; }
p { color: rgb(66,29,25); }
H1.HeaderClassName
{
color: #421D19;
}
.AnyTagClassName
{
color: #421D19;
}
</style>
background-color css
<style>
a { background-color: #421D19; }
a { background-color: rgb(66,29,25); }
div.DivClassName
{
background-color: #421D19;
}
.BgClassName
{
background-color: #421D19;
}
</style>
border-color css
<style>
span { border-color: #421D19; }
span { border-color: rgb(66,29,25); }
td.TdClassName
{
border-color: #421D19;
}
.TagClassName
{
border-color: #421D19;
}
</style>