Shades of Brown Pod #421C0D
Tints of Brown Pod #421C0D
RGB
CMYK
RGB Variations
Color information
#421C0D (or 0x421C0D) is known color: Brown Pod. HEX triplet: 42, 1C and 0D. RGB value is (66,28,13). Sum of RGB (Red+Green+Blue) = 66+28+13=107 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.68% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 66 - color contains mainly: red. Hex color #421C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421C0D is #BDE3F2. Grayscale: #252525. Windows color (decimal): -12444659 or 859202. OLE color: 859202.
HSL color Cylindrical-coordinate representation of color #421C0D: hue angle of 16.98º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #421C0D is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 28 | 13 | - |
| CMYK | 0 | 0.58 | 0.80 | 0.74 |
| HSL | 16.98º | 0.67% | 0.15% | - |
| HSV(B) | 16.98º | 0.8% | 0.26% | - |
| XYZ | 2.73 | 2.02 | 0.63 | - |
| YUV | 37.65 | 114.09 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 28 | 13 | 0 | 0.58 | 0.80 | 0.74 | 16.98 | 0.67 | 0.15 |
| Hex | 42 | 1C | D | 0 | 3A | 50 | 4A | 11 | 43 | F |
| Octal | 102 | 34 | 15 | 0 | 72 | 120 | 112 | 21 | 103 | 17 |
| Binary | 1000010 | 11100 | 1101 | 0 | 111010 | 1010000 | 1001010 | 10001 | 1000011 | 1111 |
Color Harmonies of #421C0D
Complementary color
Monochromatic Colors of #421C0D
Black with #421C0D
Text Example
Text Example
White with #421C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421C0D; }
p { color: rgb(66,28,13); }
H1.HeaderClassName
{
color: #421C0D;
}
.AnyTagClassName
{
color: #421C0D;
}
</style>
background-color css
<style>
a { background-color: #421C0D; }
a { background-color: rgb(66,28,13); }
div.DivClassName
{
background-color: #421C0D;
}
.BgClassName
{
background-color: #421C0D;
}
</style>
border-color css
<style>
span { border-color: #421C0D; }
span { border-color: rgb(66,28,13); }
td.TdClassName
{
border-color: #421C0D;
}
.TagClassName
{
border-color: #421C0D;
}
</style>