Shades of Brown Pod #421F08
Tints of Brown Pod #421F08
RGB
CMYK
RGB Variations
Color information
#421F08 (or 0x421F08) is known color: Brown Pod. HEX triplet: 42, 1F and 08. RGB value is (66,31,8). Sum of RGB (Red+Green+Blue) = 66+31+8=105 (13% of max value = 765). Red value is 66 (26.17% from 255 or 62.86% from 105); Green value is 31 (12.5% from 255 or 29.52% from 105); Blue value is 8 (3.52% from 255 or 7.62% from 105); Max value from RGB is 66 - color contains mainly: red. Hex color #421F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421F08 is #BDE0F7. Grayscale: #262626. Windows color (decimal): -12443896 or 532290. OLE color: 532290.
HSL color Cylindrical-coordinate representation of color #421F08: hue angle of 23.79º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #421F08 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 31 | 8 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.74 |
| HSL | 23.79º | 0.78% | 0.15% | - |
| HSV(B) | 23.79º | 0.88% | 0.26% | - |
| XYZ | 2.78 | 2.16 | 0.5 | - |
| YUV | 38.84 | 110.6 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 31 | 8 | 0 | 0.53 | 0.88 | 0.74 | 23.79 | 0.78 | 0.15 |
| Hex | 42 | 1F | 8 | 0 | 35 | 58 | 4A | 18 | 4E | F |
| Octal | 102 | 37 | 10 | 0 | 65 | 130 | 112 | 30 | 116 | 17 |
| Binary | 1000010 | 11111 | 1000 | 0 | 110101 | 1011000 | 1001010 | 11000 | 1001110 | 1111 |
Color Harmonies of #421F08
Complementary color
Monochromatic Colors of #421F08
Black with #421F08
Text Example
Text Example
White with #421F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421F08; }
p { color: rgb(66,31,8); }
H1.HeaderClassName
{
color: #421F08;
}
.AnyTagClassName
{
color: #421F08;
}
</style>
background-color css
<style>
a { background-color: #421F08; }
a { background-color: rgb(66,31,8); }
div.DivClassName
{
background-color: #421F08;
}
.BgClassName
{
background-color: #421F08;
}
</style>
border-color css
<style>
span { border-color: #421F08; }
span { border-color: rgb(66,31,8); }
td.TdClassName
{
border-color: #421F08;
}
.TagClassName
{
border-color: #421F08;
}
</style>