Shades of Brown Pod #421200
Tints of Brown Pod #421200
RGB
CMYK
RGB Variations
Color information
#421200 (or 0x421200) is known color: Brown Pod. HEX triplet: 42, 12 and 00. RGB value is (66,18,0). Sum of RGB (Red+Green+Blue) = 66+18+0=84 (11% of max value = 765). Red value is 66 (26.17% from 255 or 78.57% from 84); Green value is 18 (7.42% from 255 or 21.43% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 66 - color contains mainly: red. Hex color #421200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421200 is #BDEDFF. Grayscale: #1E1E1E. Windows color (decimal): -12447232 or 4674. OLE color: 4674.
HSL color Cylindrical-coordinate representation of color #421200: hue angle of 16.36º 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 #421200 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 18 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.74 |
| HSL | 16.36º | 1% | 0.13% | - |
| HSV(B) | 16.36º | 1% | 0.26% | - |
| XYZ | 2.46 | 1.59 | 0.18 | - |
| YUV | 30.3 | 110.9 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 18 | 0 | 0 | 0.73 | 1 | 0.74 | 16.36 | 1 | 0.13 |
| Hex | 42 | 12 | 0 | 0 | 49 | 64 | 4A | 10 | 64 | D |
| Octal | 102 | 22 | 0 | 0 | 111 | 144 | 112 | 20 | 144 | 15 |
| Binary | 1000010 | 10010 | 0 | 0 | 1001001 | 1100100 | 1001010 | 10000 | 1100100 | 1101 |
Color Harmonies of #421200
Complementary color
Monochromatic Colors of #421200
Black with #421200
Text Example
Text Example
White with #421200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421200; }
p { color: rgb(66,18,0); }
H1.HeaderClassName
{
color: #421200;
}
.AnyTagClassName
{
color: #421200;
}
</style>
background-color css
<style>
a { background-color: #421200; }
a { background-color: rgb(66,18,0); }
div.DivClassName
{
background-color: #421200;
}
.BgClassName
{
background-color: #421200;
}
</style>
border-color css
<style>
span { border-color: #421200; }
span { border-color: rgb(66,18,0); }
td.TdClassName
{
border-color: #421200;
}
.TagClassName
{
border-color: #421200;
}
</style>