Shades of Brown Pod #421900
Tints of Brown Pod #421900
RGB
CMYK
RGB Variations
Color information
#421900 (or 0x421900) is known color: Brown Pod. HEX triplet: 42, 19 and 00. RGB value is (66,25,0). Sum of RGB (Red+Green+Blue) = 66+25+0=91 (12% of max value = 765). Red value is 66 (26.17% from 255 or 72.53% from 91); Green value is 25 (10.16% from 255 or 27.47% from 91); Blue value is 0 (0.39% from 255 or 0% from 91); Max value from RGB is 66 - color contains mainly: red. Hex color #421900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421900 is #BDE6FF. Grayscale: #222222. Windows color (decimal): -12445440 or 6466. OLE color: 6466.
HSL color Cylindrical-coordinate representation of color #421900: hue angle of 22.73º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #421900 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 25 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.74 |
| HSL | 22.73º | 1% | 0.13% | - |
| HSV(B) | 22.73º | 1% | 0.26% | - |
| XYZ | 2.59 | 1.85 | 0.22 | - |
| YUV | 34.41 | 108.58 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 25 | 0 | 0 | 0.62 | 1 | 0.74 | 22.73 | 1 | 0.13 |
| Hex | 42 | 19 | 0 | 0 | 3E | 64 | 4A | 17 | 64 | D |
| Octal | 102 | 31 | 0 | 0 | 76 | 144 | 112 | 27 | 144 | 15 |
| Binary | 1000010 | 11001 | 0 | 0 | 111110 | 1100100 | 1001010 | 10111 | 1100100 | 1101 |
Color Harmonies of #421900
Complementary color
Monochromatic Colors of #421900
Black with #421900
Text Example
Text Example
White with #421900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421900; }
p { color: rgb(66,25,0); }
H1.HeaderClassName
{
color: #421900;
}
.AnyTagClassName
{
color: #421900;
}
</style>
background-color css
<style>
a { background-color: #421900; }
a { background-color: rgb(66,25,0); }
div.DivClassName
{
background-color: #421900;
}
.BgClassName
{
background-color: #421900;
}
</style>
border-color css
<style>
span { border-color: #421900; }
span { border-color: rgb(66,25,0); }
td.TdClassName
{
border-color: #421900;
}
.TagClassName
{
border-color: #421900;
}
</style>