Shades of Brown Pod #421A13
Tints of Brown Pod #421A13
RGB
CMYK
RGB Variations
Color information
#421A13 (or 0x421A13) is known color: Brown Pod. HEX triplet: 42, 1A and 13. RGB value is (66,26,19). Sum of RGB (Red+Green+Blue) = 66+26+19=111 (14% of max value = 765). Red value is 66 (26.17% from 255 or 59.46% from 111); Green value is 26 (10.55% from 255 or 23.42% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 66 - color contains mainly: red. Hex color #421A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421A13 is #BDE5EC. Grayscale: #252525. Windows color (decimal): -12445165 or 1251906. OLE color: 1251906.
HSL color Cylindrical-coordinate representation of color #421A13: hue angle of 8.94º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #421A13 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 26 | 19 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.74 |
| HSL | 8.94º | 0.55% | 0.17% | - |
| HSV(B) | 8.94º | 0.71% | 0.26% | - |
| XYZ | 2.73 | 1.94 | 0.85 | - |
| YUV | 37.16 | 117.75 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 26 | 19 | 0 | 0.61 | 0.71 | 0.74 | 8.94 | 0.55 | 0.17 |
| Hex | 42 | 1A | 13 | 0 | 3D | 47 | 4A | 9 | 37 | 11 |
| Octal | 102 | 32 | 23 | 0 | 75 | 107 | 112 | 11 | 67 | 21 |
| Binary | 1000010 | 11010 | 10011 | 0 | 111101 | 1000111 | 1001010 | 1001 | 110111 | 10001 |
Color Harmonies of #421A13
Complementary color
Monochromatic Colors of #421A13
Black with #421A13
Text Example
Text Example
White with #421A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421A13; }
p { color: rgb(66,26,19); }
H1.HeaderClassName
{
color: #421A13;
}
.AnyTagClassName
{
color: #421A13;
}
</style>
background-color css
<style>
a { background-color: #421A13; }
a { background-color: rgb(66,26,19); }
div.DivClassName
{
background-color: #421A13;
}
.BgClassName
{
background-color: #421A13;
}
</style>
border-color css
<style>
span { border-color: #421A13; }
span { border-color: rgb(66,26,19); }
td.TdClassName
{
border-color: #421A13;
}
.TagClassName
{
border-color: #421A13;
}
</style>