Shades of Brown Pod #421E0F
Tints of Brown Pod #421E0F
RGB
CMYK
RGB Variations
Color information
#421E0F (or 0x421E0F) is known color: Brown Pod. HEX triplet: 42, 1E and 0F. RGB value is (66,30,15). Sum of RGB (Red+Green+Blue) = 66+30+15=111 (14% of max value = 765). Red value is 66 (26.17% from 255 or 59.46% from 111); Green value is 30 (12.11% from 255 or 27.03% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 66 - color contains mainly: red. Hex color #421E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421E0F is #BDE1F0. Grayscale: #272727. Windows color (decimal): -12444145 or 990786. OLE color: 990786.
HSL color Cylindrical-coordinate representation of color #421E0F: hue angle of 17.65º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #421E0F is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 30 | 15 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.74 |
| HSL | 17.65º | 0.63% | 0.16% | - |
| HSV(B) | 17.65º | 0.77% | 0.26% | - |
| XYZ | 2.8 | 2.12 | 0.71 | - |
| YUV | 39.05 | 114.43 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 30 | 15 | 0 | 0.55 | 0.77 | 0.74 | 17.65 | 0.63 | 0.16 |
| Hex | 42 | 1E | F | 0 | 37 | 4D | 4A | 12 | 3F | 10 |
| Octal | 102 | 36 | 17 | 0 | 67 | 115 | 112 | 22 | 77 | 20 |
| Binary | 1000010 | 11110 | 1111 | 0 | 110111 | 1001101 | 1001010 | 10010 | 111111 | 10000 |
Color Harmonies of #421E0F
Complementary color
Monochromatic Colors of #421E0F
Black with #421E0F
Text Example
Text Example
White with #421E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421E0F; }
p { color: rgb(66,30,15); }
H1.HeaderClassName
{
color: #421E0F;
}
.AnyTagClassName
{
color: #421E0F;
}
</style>
background-color css
<style>
a { background-color: #421E0F; }
a { background-color: rgb(66,30,15); }
div.DivClassName
{
background-color: #421E0F;
}
.BgClassName
{
background-color: #421E0F;
}
</style>
border-color css
<style>
span { border-color: #421E0F; }
span { border-color: rgb(66,30,15); }
td.TdClassName
{
border-color: #421E0F;
}
.TagClassName
{
border-color: #421E0F;
}
</style>