Shades of Brown Pod #421C01
Tints of Brown Pod #421C01
RGB
CMYK
RGB Variations
Color information
#421C01 (or 0x421C01) is known color: Brown Pod. HEX triplet: 42, 1C and 01. RGB value is (66,28,1). Sum of RGB (Red+Green+Blue) = 66+28+1=95 (12% of max value = 765). Red value is 66 (26.17% from 255 or 69.47% from 95); Green value is 28 (11.33% from 255 or 29.47% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 66 - color contains mainly: red. Hex color #421C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421C01 is #BDE3FE. Grayscale: #242424. Windows color (decimal): -12444671 or 72770. OLE color: 72770.
HSL color Cylindrical-coordinate representation of color #421C01: hue angle of 24.92º 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 #421C01 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 28 | 1 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.74 |
| HSL | 24.92º | 0.97% | 0.13% | - |
| HSV(B) | 24.92º | 0.98% | 0.26% | - |
| XYZ | 2.67 | 1.99 | 0.27 | - |
| YUV | 36.28 | 108.09 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 28 | 1 | 0 | 0.58 | 0.98 | 0.74 | 24.92 | 0.97 | 0.13 |
| Hex | 42 | 1C | 1 | 0 | 3A | 62 | 4A | 19 | 61 | D |
| Octal | 102 | 34 | 1 | 0 | 72 | 142 | 112 | 31 | 141 | 15 |
| Binary | 1000010 | 11100 | 1 | 0 | 111010 | 1100010 | 1001010 | 11001 | 1100001 | 1101 |
Color Harmonies of #421C01
Complementary color
Monochromatic Colors of #421C01
Black with #421C01
Text Example
Text Example
White with #421C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421C01; }
p { color: rgb(66,28,1); }
H1.HeaderClassName
{
color: #421C01;
}
.AnyTagClassName
{
color: #421C01;
}
</style>
background-color css
<style>
a { background-color: #421C01; }
a { background-color: rgb(66,28,1); }
div.DivClassName
{
background-color: #421C01;
}
.BgClassName
{
background-color: #421C01;
}
</style>
border-color css
<style>
span { border-color: #421C01; }
span { border-color: rgb(66,28,1); }
td.TdClassName
{
border-color: #421C01;
}
.TagClassName
{
border-color: #421C01;
}
</style>