Shades of Brown Pod #421402
Tints of Brown Pod #421402
RGB
CMYK
RGB Variations
Color information
#421402 (or 0x421402) is known color: Brown Pod. HEX triplet: 42, 14 and 02. RGB value is (66,20,2). Sum of RGB (Red+Green+Blue) = 66+20+2=88 (11% of max value = 765). Red value is 66 (26.17% from 255 or 75% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 2 (1.17% from 255 or 2.27% from 88); Max value from RGB is 66 - color contains mainly: red. Hex color #421402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421402 is #BDEBFD. Grayscale: #1F1F1F. Windows color (decimal): -12446718 or 136258. OLE color: 136258.
HSL color Cylindrical-coordinate representation of color #421402: hue angle of 16.88º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #421402 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 20 | 2 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.74 |
| HSL | 16.88º | 0.94% | 0.13% | - |
| HSV(B) | 16.88º | 0.97% | 0.26% | - |
| XYZ | 2.51 | 1.66 | 0.25 | - |
| YUV | 31.7 | 111.24 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 20 | 2 | 0 | 0.70 | 0.97 | 0.74 | 16.88 | 0.94 | 0.13 |
| Hex | 42 | 14 | 2 | 0 | 46 | 61 | 4A | 11 | 5E | D |
| Octal | 102 | 24 | 2 | 0 | 106 | 141 | 112 | 21 | 136 | 15 |
| Binary | 1000010 | 10100 | 10 | 0 | 1000110 | 1100001 | 1001010 | 10001 | 1011110 | 1101 |
Color Harmonies of #421402
Complementary color
Monochromatic Colors of #421402
Black with #421402
Text Example
Text Example
White with #421402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421402; }
p { color: rgb(66,20,2); }
H1.HeaderClassName
{
color: #421402;
}
.AnyTagClassName
{
color: #421402;
}
</style>
background-color css
<style>
a { background-color: #421402; }
a { background-color: rgb(66,20,2); }
div.DivClassName
{
background-color: #421402;
}
.BgClassName
{
background-color: #421402;
}
</style>
border-color css
<style>
span { border-color: #421402; }
span { border-color: rgb(66,20,2); }
td.TdClassName
{
border-color: #421402;
}
.TagClassName
{
border-color: #421402;
}
</style>