Shades of Brown Pod #421C10
Tints of Brown Pod #421C10
RGB
CMYK
RGB Variations
Color information
#421C10 (or 0x421C10) is known color: Brown Pod. HEX triplet: 42, 1C and 10. RGB value is (66,28,16). Sum of RGB (Red+Green+Blue) = 66+28+16=110 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60% from 110); Green value is 28 (11.33% from 255 or 25.45% from 110); Blue value is 16 (6.64% from 255 or 14.55% from 110); Max value from RGB is 66 - color contains mainly: red. Hex color #421C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421C10 is #BDE3EF. Grayscale: #262626. Windows color (decimal): -12444656 or 1055810. OLE color: 1055810.
HSL color Cylindrical-coordinate representation of color #421C10: hue angle of 14.4º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #421C10 is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 28 | 16 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.74 |
| HSL | 14.4º | 0.61% | 0.16% | - |
| HSV(B) | 14.4º | 0.76% | 0.26% | - |
| XYZ | 2.76 | 2.03 | 0.74 | - |
| YUV | 37.99 | 115.59 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 28 | 16 | 0 | 0.58 | 0.76 | 0.74 | 14.4 | 0.61 | 0.16 |
| Hex | 42 | 1C | 10 | 0 | 3A | 4C | 4A | E | 3D | 10 |
| Octal | 102 | 34 | 20 | 0 | 72 | 114 | 112 | 16 | 75 | 20 |
| Binary | 1000010 | 11100 | 10000 | 0 | 111010 | 1001100 | 1001010 | 1110 | 111101 | 10000 |
Color Harmonies of #421C10
Complementary color
Monochromatic Colors of #421C10
Black with #421C10
Text Example
Text Example
White with #421C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421C10; }
p { color: rgb(66,28,16); }
H1.HeaderClassName
{
color: #421C10;
}
.AnyTagClassName
{
color: #421C10;
}
</style>
background-color css
<style>
a { background-color: #421C10; }
a { background-color: rgb(66,28,16); }
div.DivClassName
{
background-color: #421C10;
}
.BgClassName
{
background-color: #421C10;
}
</style>
border-color css
<style>
span { border-color: #421C10; }
span { border-color: rgb(66,28,16); }
td.TdClassName
{
border-color: #421C10;
}
.TagClassName
{
border-color: #421C10;
}
</style>