Shades of Brown Pod #421A08
Tints of Brown Pod #421A08
RGB
CMYK
RGB Variations
Color information
#421A08 (or 0x421A08) is known color: Brown Pod. HEX triplet: 42, 1A and 08. RGB value is (66,26,8). Sum of RGB (Red+Green+Blue) = 66+26+8=100 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66% from 100); Green value is 26 (10.55% from 255 or 26% from 100); Blue value is 8 (3.52% from 255 or 8% from 100); Max value from RGB is 66 - color contains mainly: red. Hex color #421A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421A08 is #BDE5F7. Grayscale: #242424. Windows color (decimal): -12445176 or 531010. OLE color: 531010.
HSL color Cylindrical-coordinate representation of color #421A08: hue angle of 18.62º 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 #421A08 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 26 | 8 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.74 |
| HSL | 18.62º | 0.78% | 0.15% | - |
| HSV(B) | 18.62º | 0.88% | 0.26% | - |
| XYZ | 2.66 | 1.91 | 0.46 | - |
| YUV | 35.91 | 112.25 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 26 | 8 | 0 | 0.61 | 0.88 | 0.74 | 18.62 | 0.78 | 0.15 |
| Hex | 42 | 1A | 8 | 0 | 3D | 58 | 4A | 13 | 4E | F |
| Octal | 102 | 32 | 10 | 0 | 75 | 130 | 112 | 23 | 116 | 17 |
| Binary | 1000010 | 11010 | 1000 | 0 | 111101 | 1011000 | 1001010 | 10011 | 1001110 | 1111 |
Color Harmonies of #421A08
Complementary color
Monochromatic Colors of #421A08
Black with #421A08
Text Example
Text Example
White with #421A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421A08; }
p { color: rgb(66,26,8); }
H1.HeaderClassName
{
color: #421A08;
}
.AnyTagClassName
{
color: #421A08;
}
</style>
background-color css
<style>
a { background-color: #421A08; }
a { background-color: rgb(66,26,8); }
div.DivClassName
{
background-color: #421A08;
}
.BgClassName
{
background-color: #421A08;
}
</style>
border-color css
<style>
span { border-color: #421A08; }
span { border-color: rgb(66,26,8); }
td.TdClassName
{
border-color: #421A08;
}
.TagClassName
{
border-color: #421A08;
}
</style>