Shades of Brown Pod #421D08
Tints of Brown Pod #421D08
RGB
CMYK
RGB Variations
Color information
#421D08 (or 0x421D08) is known color: Brown Pod. HEX triplet: 42, 1D and 08. RGB value is (66,29,8). Sum of RGB (Red+Green+Blue) = 66+29+8=103 (13% of max value = 765). Red value is 66 (26.17% from 255 or 64.08% from 103); Green value is 29 (11.72% from 255 or 28.16% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 66 - color contains mainly: red. Hex color #421D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421D08 is #BDE2F7. Grayscale: #252525. Windows color (decimal): -12444408 or 531778. OLE color: 531778.
HSL color Cylindrical-coordinate representation of color #421D08: hue angle of 21.72º 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 #421D08 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 29 | 8 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.74 |
| HSL | 21.72º | 0.78% | 0.15% | - |
| HSV(B) | 21.72º | 0.88% | 0.26% | - |
| XYZ | 2.73 | 2.05 | 0.48 | - |
| YUV | 37.67 | 111.26 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 29 | 8 | 0 | 0.56 | 0.88 | 0.74 | 21.72 | 0.78 | 0.15 |
| Hex | 42 | 1D | 8 | 0 | 38 | 58 | 4A | 16 | 4E | F |
| Octal | 102 | 35 | 10 | 0 | 70 | 130 | 112 | 26 | 116 | 17 |
| Binary | 1000010 | 11101 | 1000 | 0 | 111000 | 1011000 | 1001010 | 10110 | 1001110 | 1111 |
Color Harmonies of #421D08
Complementary color
Monochromatic Colors of #421D08
Black with #421D08
Text Example
Text Example
White with #421D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421D08; }
p { color: rgb(66,29,8); }
H1.HeaderClassName
{
color: #421D08;
}
.AnyTagClassName
{
color: #421D08;
}
</style>
background-color css
<style>
a { background-color: #421D08; }
a { background-color: rgb(66,29,8); }
div.DivClassName
{
background-color: #421D08;
}
.BgClassName
{
background-color: #421D08;
}
</style>
border-color css
<style>
span { border-color: #421D08; }
span { border-color: rgb(66,29,8); }
td.TdClassName
{
border-color: #421D08;
}
.TagClassName
{
border-color: #421D08;
}
</style>