Shades of Brown Pod #421F10
Tints of Brown Pod #421F10
RGB
CMYK
RGB Variations
Color information
#421F10 (or 0x421F10) is known color: Brown Pod. HEX triplet: 42, 1F and 10. RGB value is (66,31,16). Sum of RGB (Red+Green+Blue) = 66+31+16=113 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.41% from 113); Green value is 31 (12.5% from 255 or 27.43% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 66 - color contains mainly: red. Hex color #421F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421F10 is #BDE0EF. Grayscale: #272727. Windows color (decimal): -12443888 or 1056578. OLE color: 1056578.
HSL color Cylindrical-coordinate representation of color #421F10: hue angle of 18º 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 #421F10 is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 31 | 16 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.74 |
| HSL | 18º | 0.61% | 0.16% | - |
| HSV(B) | 18º | 0.76% | 0.26% | - |
| XYZ | 2.83 | 2.18 | 0.76 | - |
| YUV | 39.76 | 114.6 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 31 | 16 | 0 | 0.53 | 0.76 | 0.74 | 18 | 0.61 | 0.16 |
| Hex | 42 | 1F | 10 | 0 | 35 | 4C | 4A | 12 | 3D | 10 |
| Octal | 102 | 37 | 20 | 0 | 65 | 114 | 112 | 22 | 75 | 20 |
| Binary | 1000010 | 11111 | 10000 | 0 | 110101 | 1001100 | 1001010 | 10010 | 111101 | 10000 |
Color Harmonies of #421F10
Complementary color
Monochromatic Colors of #421F10
Black with #421F10
Text Example
Text Example
White with #421F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421F10; }
p { color: rgb(66,31,16); }
H1.HeaderClassName
{
color: #421F10;
}
.AnyTagClassName
{
color: #421F10;
}
</style>
background-color css
<style>
a { background-color: #421F10; }
a { background-color: rgb(66,31,16); }
div.DivClassName
{
background-color: #421F10;
}
.BgClassName
{
background-color: #421F10;
}
</style>
border-color css
<style>
span { border-color: #421F10; }
span { border-color: rgb(66,31,16); }
td.TdClassName
{
border-color: #421F10;
}
.TagClassName
{
border-color: #421F10;
}
</style>