Shades of Brown Pod #421904
Tints of Brown Pod #421904
RGB
CMYK
RGB Variations
Color information
#421904 (or 0x421904) is known color: Brown Pod. HEX triplet: 42, 19 and 04. RGB value is (66,25,4). Sum of RGB (Red+Green+Blue) = 66+25+4=95 (12% of max value = 765). Red value is 66 (26.17% from 255 or 69.47% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 4 (1.95% from 255 or 4.21% from 95); Max value from RGB is 66 - color contains mainly: red. Hex color #421904 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421904 is #BDE6FB. Grayscale: #222222. Windows color (decimal): -12445436 or 268610. OLE color: 268610.
HSL color Cylindrical-coordinate representation of color #421904: hue angle of 20.32º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #421904 is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 25 | 4 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.74 |
| HSL | 20.32º | 0.89% | 0.14% | - |
| HSV(B) | 20.32º | 0.94% | 0.26% | - |
| XYZ | 2.62 | 1.86 | 0.34 | - |
| YUV | 34.87 | 110.58 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 25 | 4 | 0 | 0.62 | 0.94 | 0.74 | 20.32 | 0.89 | 0.14 |
| Hex | 42 | 19 | 4 | 0 | 3E | 5E | 4A | 14 | 59 | E |
| Octal | 102 | 31 | 4 | 0 | 76 | 136 | 112 | 24 | 131 | 16 |
| Binary | 1000010 | 11001 | 100 | 0 | 111110 | 1011110 | 1001010 | 10100 | 1011001 | 1110 |
Color Harmonies of #421904
Complementary color
Monochromatic Colors of #421904
Black with #421904
Text Example
Text Example
White with #421904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421904; }
p { color: rgb(66,25,4); }
H1.HeaderClassName
{
color: #421904;
}
.AnyTagClassName
{
color: #421904;
}
</style>
background-color css
<style>
a { background-color: #421904; }
a { background-color: rgb(66,25,4); }
div.DivClassName
{
background-color: #421904;
}
.BgClassName
{
background-color: #421904;
}
</style>
border-color css
<style>
span { border-color: #421904; }
span { border-color: rgb(66,25,4); }
td.TdClassName
{
border-color: #421904;
}
.TagClassName
{
border-color: #421904;
}
</style>