Shades of Brown Pod #421F1A
Tints of Brown Pod #421F1A
RGB
CMYK
RGB Variations
Color information
#421F1A (or 0x421F1A) is known color: Brown Pod. HEX triplet: 42, 1F and 1A. RGB value is (66,31,26). Sum of RGB (Red+Green+Blue) = 66+31+26=123 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.66% from 123); Green value is 31 (12.5% from 255 or 25.20% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 66 - color contains mainly: red. Hex color #421F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421F1A is #BDE0E5. Grayscale: #282828. Windows color (decimal): -12443878 or 1711938. OLE color: 1711938.
HSL color Cylindrical-coordinate representation of color #421F1A: hue angle of 7.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #421F1A is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 31 | 26 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.74 |
| HSL | 7.5º | 0.43% | 0.18% | - |
| HSV(B) | 7.5º | 0.61% | 0.26% | - |
| XYZ | 2.92 | 2.21 | 1.25 | - |
| YUV | 40.9 | 119.6 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 31 | 26 | 0 | 0.53 | 0.61 | 0.74 | 7.5 | 0.43 | 0.18 |
| Hex | 42 | 1F | 1A | 0 | 35 | 3D | 4A | 8 | 2B | 12 |
| Octal | 102 | 37 | 32 | 0 | 65 | 75 | 112 | 10 | 53 | 22 |
| Binary | 1000010 | 11111 | 11010 | 0 | 110101 | 111101 | 1001010 | 1000 | 101011 | 10010 |
Color Harmonies of #421F1A
Complementary color
Monochromatic Colors of #421F1A
Black with #421F1A
Text Example
Text Example
White with #421F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421F1A; }
p { color: rgb(66,31,26); }
H1.HeaderClassName
{
color: #421F1A;
}
.AnyTagClassName
{
color: #421F1A;
}
</style>
background-color css
<style>
a { background-color: #421F1A; }
a { background-color: rgb(66,31,26); }
div.DivClassName
{
background-color: #421F1A;
}
.BgClassName
{
background-color: #421F1A;
}
</style>
border-color css
<style>
span { border-color: #421F1A; }
span { border-color: rgb(66,31,26); }
td.TdClassName
{
border-color: #421F1A;
}
.TagClassName
{
border-color: #421F1A;
}
</style>