Shades of Brown Pod #421F1C
Tints of Brown Pod #421F1C
RGB
CMYK
RGB Variations
Color information
#421F1C (or 0x421F1C) is known color: Brown Pod. HEX triplet: 42, 1F and 1C. RGB value is (66,31,28). Sum of RGB (Red+Green+Blue) = 66+31+28=125 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.8% from 125); Green value is 31 (12.5% from 255 or 24.8% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 66 - color contains mainly: red. Hex color #421F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421F1C is #BDE0E3. Grayscale: #292929. Windows color (decimal): -12443876 or 1843010. OLE color: 1843010.
HSL color Cylindrical-coordinate representation of color #421F1C: hue angle of 4.74º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #421F1C is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 31 | 28 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.74 |
| HSL | 4.74º | 0.4% | 0.18% | - |
| HSV(B) | 4.74º | 0.58% | 0.26% | - |
| XYZ | 2.95 | 2.22 | 1.37 | - |
| YUV | 41.12 | 120.6 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 31 | 28 | 0 | 0.53 | 0.58 | 0.74 | 4.74 | 0.4 | 0.18 |
| Hex | 42 | 1F | 1C | 0 | 35 | 3A | 4A | 5 | 28 | 12 |
| Octal | 102 | 37 | 34 | 0 | 65 | 72 | 112 | 5 | 50 | 22 |
| Binary | 1000010 | 11111 | 11100 | 0 | 110101 | 111010 | 1001010 | 101 | 101000 | 10010 |
Color Harmonies of #421F1C
Complementary color
Monochromatic Colors of #421F1C
Black with #421F1C
Text Example
Text Example
White with #421F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421F1C; }
p { color: rgb(66,31,28); }
H1.HeaderClassName
{
color: #421F1C;
}
.AnyTagClassName
{
color: #421F1C;
}
</style>
background-color css
<style>
a { background-color: #421F1C; }
a { background-color: rgb(66,31,28); }
div.DivClassName
{
background-color: #421F1C;
}
.BgClassName
{
background-color: #421F1C;
}
</style>
border-color css
<style>
span { border-color: #421F1C; }
span { border-color: rgb(66,31,28); }
td.TdClassName
{
border-color: #421F1C;
}
.TagClassName
{
border-color: #421F1C;
}
</style>