Shades of Brown Pod #421E19
Tints of Brown Pod #421E19
RGB
CMYK
RGB Variations
Color information
#421E19 (or 0x421E19) is known color: Brown Pod. HEX triplet: 42, 1E and 19. RGB value is (66,30,25). Sum of RGB (Red+Green+Blue) = 66+30+25=121 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.55% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 66 - color contains mainly: red. Hex color #421E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421E19 is #BDE1E6. Grayscale: #282828. Windows color (decimal): -12444135 or 1646146. OLE color: 1646146.
HSL color Cylindrical-coordinate representation of color #421E19: hue angle of 7.32º 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 #421E19 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 30 | 25 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.74 |
| HSL | 7.32º | 0.45% | 0.18% | - |
| HSV(B) | 7.32º | 0.62% | 0.26% | - |
| XYZ | 2.89 | 2.16 | 1.18 | - |
| YUV | 40.19 | 119.43 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 30 | 25 | 0 | 0.55 | 0.62 | 0.74 | 7.32 | 0.45 | 0.18 |
| Hex | 42 | 1E | 19 | 0 | 37 | 3E | 4A | 7 | 2D | 12 |
| Octal | 102 | 36 | 31 | 0 | 67 | 76 | 112 | 7 | 55 | 22 |
| Binary | 1000010 | 11110 | 11001 | 0 | 110111 | 111110 | 1001010 | 111 | 101101 | 10010 |
Color Harmonies of #421E19
Complementary color
Monochromatic Colors of #421E19
Black with #421E19
Text Example
Text Example
White with #421E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421E19; }
p { color: rgb(66,30,25); }
H1.HeaderClassName
{
color: #421E19;
}
.AnyTagClassName
{
color: #421E19;
}
</style>
background-color css
<style>
a { background-color: #421E19; }
a { background-color: rgb(66,30,25); }
div.DivClassName
{
background-color: #421E19;
}
.BgClassName
{
background-color: #421E19;
}
</style>
border-color css
<style>
span { border-color: #421E19; }
span { border-color: rgb(66,30,25); }
td.TdClassName
{
border-color: #421E19;
}
.TagClassName
{
border-color: #421E19;
}
</style>