Shades of Brown Pod #421F03
Tints of Brown Pod #421F03
RGB
CMYK
RGB Variations
Color information
#421F03 (or 0x421F03) is known color: Brown Pod. HEX triplet: 42, 1F and 03. RGB value is (66,31,3). Sum of RGB (Red+Green+Blue) = 66+31+3=100 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66% from 100); Green value is 31 (12.5% from 255 or 31% from 100); Blue value is 3 (1.56% from 255 or 3% from 100); Max value from RGB is 66 - color contains mainly: red. Hex color #421F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421F03 is #BDE0FC. Grayscale: #262626. Windows color (decimal): -12443901 or 204610. OLE color: 204610.
HSL color Cylindrical-coordinate representation of color #421F03: hue angle of 26.67º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #421F03 is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 31 | 3 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.74 |
| HSL | 26.67º | 0.91% | 0.14% | - |
| HSV(B) | 26.67º | 0.95% | 0.26% | - |
| XYZ | 2.75 | 2.14 | 0.36 | - |
| YUV | 38.27 | 108.1 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 31 | 3 | 0 | 0.53 | 0.95 | 0.74 | 26.67 | 0.91 | 0.14 |
| Hex | 42 | 1F | 3 | 0 | 35 | 5F | 4A | 1B | 5B | E |
| Octal | 102 | 37 | 3 | 0 | 65 | 137 | 112 | 33 | 133 | 16 |
| Binary | 1000010 | 11111 | 11 | 0 | 110101 | 1011111 | 1001010 | 11011 | 1011011 | 1110 |
Color Harmonies of #421F03
Complementary color
Monochromatic Colors of #421F03
Black with #421F03
Text Example
Text Example
White with #421F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421F03; }
p { color: rgb(66,31,3); }
H1.HeaderClassName
{
color: #421F03;
}
.AnyTagClassName
{
color: #421F03;
}
</style>
background-color css
<style>
a { background-color: #421F03; }
a { background-color: rgb(66,31,3); }
div.DivClassName
{
background-color: #421F03;
}
.BgClassName
{
background-color: #421F03;
}
</style>
border-color css
<style>
span { border-color: #421F03; }
span { border-color: rgb(66,31,3); }
td.TdClassName
{
border-color: #421F03;
}
.TagClassName
{
border-color: #421F03;
}
</style>