Shades of Brown Pod #421D0E
Tints of Brown Pod #421D0E
RGB
CMYK
RGB Variations
Color information
#421D0E (or 0x421D0E) is known color: Brown Pod. HEX triplet: 42, 1D and 0E. RGB value is (66,29,14). Sum of RGB (Red+Green+Blue) = 66+29+14=109 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60.55% from 109); Green value is 29 (11.72% from 255 or 26.61% from 109); Blue value is 14 (5.86% from 255 or 12.84% from 109); Max value from RGB is 66 - color contains mainly: red. Hex color #421D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421D0E is #BDE2F1. Grayscale: #262626. Windows color (decimal): -12444402 or 924994. OLE color: 924994.
HSL color Cylindrical-coordinate representation of color #421D0E: hue angle of 17.31º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #421D0E is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 29 | 14 | - |
| CMYK | 0 | 0.56 | 0.79 | 0.74 |
| HSL | 17.31º | 0.65% | 0.16% | - |
| HSV(B) | 17.31º | 0.79% | 0.26% | - |
| XYZ | 2.77 | 2.07 | 0.67 | - |
| YUV | 38.35 | 114.26 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 29 | 14 | 0 | 0.56 | 0.79 | 0.74 | 17.31 | 0.65 | 0.16 |
| Hex | 42 | 1D | E | 0 | 38 | 4F | 4A | 11 | 41 | 10 |
| Octal | 102 | 35 | 16 | 0 | 70 | 117 | 112 | 21 | 101 | 20 |
| Binary | 1000010 | 11101 | 1110 | 0 | 111000 | 1001111 | 1001010 | 10001 | 1000001 | 10000 |
Color Harmonies of #421D0E
Complementary color
Monochromatic Colors of #421D0E
Black with #421D0E
Text Example
Text Example
White with #421D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421D0E; }
p { color: rgb(66,29,14); }
H1.HeaderClassName
{
color: #421D0E;
}
.AnyTagClassName
{
color: #421D0E;
}
</style>
background-color css
<style>
a { background-color: #421D0E; }
a { background-color: rgb(66,29,14); }
div.DivClassName
{
background-color: #421D0E;
}
.BgClassName
{
background-color: #421D0E;
}
</style>
border-color css
<style>
span { border-color: #421D0E; }
span { border-color: rgb(66,29,14); }
td.TdClassName
{
border-color: #421D0E;
}
.TagClassName
{
border-color: #421D0E;
}
</style>