Shades of Brown Pod #421E10
Tints of Brown Pod #421E10
RGB
CMYK
RGB Variations
Color information
#421E10 (or 0x421E10) is known color: Brown Pod. HEX triplet: 42, 1E and 10. RGB value is (66,30,16). Sum of RGB (Red+Green+Blue) = 66+30+16=112 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.93% from 112); Green value is 30 (12.11% from 255 or 26.79% from 112); Blue value is 16 (6.64% from 255 or 14.29% from 112); Max value from RGB is 66 - color contains mainly: red. Hex color #421E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421E10 is #BDE1EF. Grayscale: #272727. Windows color (decimal): -12444144 or 1056322. OLE color: 1056322.
HSL color Cylindrical-coordinate representation of color #421E10: hue angle of 16.8º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #421E10 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 30 | 16 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.74 |
| HSL | 16.8º | 0.61% | 0.16% | - |
| HSV(B) | 16.8º | 0.76% | 0.26% | - |
| XYZ | 2.8 | 2.12 | 0.75 | - |
| YUV | 39.17 | 114.93 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 30 | 16 | 0 | 0.55 | 0.76 | 0.74 | 16.8 | 0.61 | 0.16 |
| Hex | 42 | 1E | 10 | 0 | 37 | 4C | 4A | 11 | 3D | 10 |
| Octal | 102 | 36 | 20 | 0 | 67 | 114 | 112 | 21 | 75 | 20 |
| Binary | 1000010 | 11110 | 10000 | 0 | 110111 | 1001100 | 1001010 | 10001 | 111101 | 10000 |
Color Harmonies of #421E10
Complementary color
Monochromatic Colors of #421E10
Black with #421E10
Text Example
Text Example
White with #421E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421E10; }
p { color: rgb(66,30,16); }
H1.HeaderClassName
{
color: #421E10;
}
.AnyTagClassName
{
color: #421E10;
}
</style>
background-color css
<style>
a { background-color: #421E10; }
a { background-color: rgb(66,30,16); }
div.DivClassName
{
background-color: #421E10;
}
.BgClassName
{
background-color: #421E10;
}
</style>
border-color css
<style>
span { border-color: #421E10; }
span { border-color: rgb(66,30,16); }
td.TdClassName
{
border-color: #421E10;
}
.TagClassName
{
border-color: #421E10;
}
</style>