Shades of Brown Pod #421803
Tints of Brown Pod #421803
RGB
CMYK
RGB Variations
Color information
#421803 (or 0x421803) is known color: Brown Pod. HEX triplet: 42, 18 and 03. RGB value is (66,24,3). Sum of RGB (Red+Green+Blue) = 66+24+3=93 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.97% from 93); Green value is 24 (9.77% from 255 or 25.81% from 93); Blue value is 3 (1.56% from 255 or 3.23% from 93); Max value from RGB is 66 - color contains mainly: red. Hex color #421803 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421803 is #BDE7FC. Grayscale: #222222. Windows color (decimal): -12445693 or 202818. OLE color: 202818.
HSL color Cylindrical-coordinate representation of color #421803: hue angle of 20º 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 #421803 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 24 | 3 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.74 |
| HSL | 20º | 0.91% | 0.14% | - |
| HSV(B) | 20º | 0.95% | 0.26% | - |
| XYZ | 2.59 | 1.82 | 0.3 | - |
| YUV | 34.16 | 110.41 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 24 | 3 | 0 | 0.64 | 0.95 | 0.74 | 20 | 0.91 | 0.14 |
| Hex | 42 | 18 | 3 | 0 | 40 | 5F | 4A | 14 | 5B | E |
| Octal | 102 | 30 | 3 | 0 | 100 | 137 | 112 | 24 | 133 | 16 |
| Binary | 1000010 | 11000 | 11 | 0 | 1000000 | 1011111 | 1001010 | 10100 | 1011011 | 1110 |
Color Harmonies of #421803
Complementary color
Monochromatic Colors of #421803
Black with #421803
Text Example
Text Example
White with #421803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421803; }
p { color: rgb(66,24,3); }
H1.HeaderClassName
{
color: #421803;
}
.AnyTagClassName
{
color: #421803;
}
</style>
background-color css
<style>
a { background-color: #421803; }
a { background-color: rgb(66,24,3); }
div.DivClassName
{
background-color: #421803;
}
.BgClassName
{
background-color: #421803;
}
</style>
border-color css
<style>
span { border-color: #421803; }
span { border-color: rgb(66,24,3); }
td.TdClassName
{
border-color: #421803;
}
.TagClassName
{
border-color: #421803;
}
</style>