Shades of Brown Pod #421C13
Tints of Brown Pod #421C13
RGB
CMYK
RGB Variations
Color information
#421C13 (or 0x421C13) is known color: Brown Pod. HEX triplet: 42, 1C and 13. RGB value is (66,28,19). Sum of RGB (Red+Green+Blue) = 66+28+19=113 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.41% from 113); Green value is 28 (11.33% from 255 or 24.78% from 113); Blue value is 19 (7.81% from 255 or 16.81% from 113); Max value from RGB is 66 - color contains mainly: red. Hex color #421C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421C13 is #BDE3EC. Grayscale: #262626. Windows color (decimal): -12444653 or 1252418. OLE color: 1252418.
HSL color Cylindrical-coordinate representation of color #421C13: hue angle of 11.49º 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 #421C13 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 28 | 19 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.74 |
| HSL | 11.49º | 0.55% | 0.17% | - |
| HSV(B) | 11.49º | 0.71% | 0.26% | - |
| XYZ | 2.78 | 2.04 | 0.86 | - |
| YUV | 38.34 | 117.09 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 28 | 19 | 0 | 0.58 | 0.71 | 0.74 | 11.49 | 0.55 | 0.17 |
| Hex | 42 | 1C | 13 | 0 | 3A | 47 | 4A | B | 37 | 11 |
| Octal | 102 | 34 | 23 | 0 | 72 | 107 | 112 | 13 | 67 | 21 |
| Binary | 1000010 | 11100 | 10011 | 0 | 111010 | 1000111 | 1001010 | 1011 | 110111 | 10001 |
Color Harmonies of #421C13
Complementary color
Monochromatic Colors of #421C13
Black with #421C13
Text Example
Text Example
White with #421C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421C13; }
p { color: rgb(66,28,19); }
H1.HeaderClassName
{
color: #421C13;
}
.AnyTagClassName
{
color: #421C13;
}
</style>
background-color css
<style>
a { background-color: #421C13; }
a { background-color: rgb(66,28,19); }
div.DivClassName
{
background-color: #421C13;
}
.BgClassName
{
background-color: #421C13;
}
</style>
border-color css
<style>
span { border-color: #421C13; }
span { border-color: rgb(66,28,19); }
td.TdClassName
{
border-color: #421C13;
}
.TagClassName
{
border-color: #421C13;
}
</style>