Shades of Brown Pod #421501
Tints of Brown Pod #421501
RGB
CMYK
RGB Variations
Color information
#421501 (or 0x421501) is known color: Brown Pod. HEX triplet: 42, 15 and 01. RGB value is (66,21,1). Sum of RGB (Red+Green+Blue) = 66+21+1=88 (11% of max value = 765). Red value is 66 (26.17% from 255 or 75% from 88); Green value is 21 (8.59% from 255 or 23.86% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 66 - color contains mainly: red. Hex color #421501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421501 is #BDEAFE. Grayscale: #202020. Windows color (decimal): -12446463 or 70978. OLE color: 70978.
HSL color Cylindrical-coordinate representation of color #421501: hue angle of 18.46º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #421501 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 21 | 1 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.74 |
| HSL | 18.46º | 0.97% | 0.13% | - |
| HSV(B) | 18.46º | 0.98% | 0.26% | - |
| XYZ | 2.52 | 1.7 | 0.22 | - |
| YUV | 32.18 | 110.41 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 21 | 1 | 0 | 0.68 | 0.98 | 0.74 | 18.46 | 0.97 | 0.13 |
| Hex | 42 | 15 | 1 | 0 | 44 | 62 | 4A | 12 | 61 | D |
| Octal | 102 | 25 | 1 | 0 | 104 | 142 | 112 | 22 | 141 | 15 |
| Binary | 1000010 | 10101 | 1 | 0 | 1000100 | 1100010 | 1001010 | 10010 | 1100001 | 1101 |
Color Harmonies of #421501
Complementary color
Monochromatic Colors of #421501
Black with #421501
Text Example
Text Example
White with #421501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421501; }
p { color: rgb(66,21,1); }
H1.HeaderClassName
{
color: #421501;
}
.AnyTagClassName
{
color: #421501;
}
</style>
background-color css
<style>
a { background-color: #421501; }
a { background-color: rgb(66,21,1); }
div.DivClassName
{
background-color: #421501;
}
.BgClassName
{
background-color: #421501;
}
</style>
border-color css
<style>
span { border-color: #421501; }
span { border-color: rgb(66,21,1); }
td.TdClassName
{
border-color: #421501;
}
.TagClassName
{
border-color: #421501;
}
</style>