Shades of Brown Pod #421403
Tints of Brown Pod #421403
RGB
CMYK
RGB Variations
Color information
#421403 (or 0x421403) is known color: Brown Pod. HEX triplet: 42, 14 and 03. RGB value is (66,20,3). Sum of RGB (Red+Green+Blue) = 66+20+3=89 (11% of max value = 765). Red value is 66 (26.17% from 255 or 74.16% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 3 (1.56% from 255 or 3.37% from 89); Max value from RGB is 66 - color contains mainly: red. Hex color #421403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421403 is #BDEBFC. Grayscale: #1F1F1F. Windows color (decimal): -12446717 or 201794. OLE color: 201794.
HSL color Cylindrical-coordinate representation of color #421403: hue angle of 16.19º 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 #421403 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 20 | 3 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.74 |
| HSL | 16.19º | 0.91% | 0.14% | - |
| HSV(B) | 16.19º | 0.95% | 0.26% | - |
| XYZ | 2.51 | 1.67 | 0.28 | - |
| YUV | 31.82 | 111.74 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 20 | 3 | 0 | 0.70 | 0.95 | 0.74 | 16.19 | 0.91 | 0.14 |
| Hex | 42 | 14 | 3 | 0 | 46 | 5F | 4A | 10 | 5B | E |
| Octal | 102 | 24 | 3 | 0 | 106 | 137 | 112 | 20 | 133 | 16 |
| Binary | 1000010 | 10100 | 11 | 0 | 1000110 | 1011111 | 1001010 | 10000 | 1011011 | 1110 |
Color Harmonies of #421403
Complementary color
Monochromatic Colors of #421403
Black with #421403
Text Example
Text Example
White with #421403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421403; }
p { color: rgb(66,20,3); }
H1.HeaderClassName
{
color: #421403;
}
.AnyTagClassName
{
color: #421403;
}
</style>
background-color css
<style>
a { background-color: #421403; }
a { background-color: rgb(66,20,3); }
div.DivClassName
{
background-color: #421403;
}
.BgClassName
{
background-color: #421403;
}
</style>
border-color css
<style>
span { border-color: #421403; }
span { border-color: rgb(66,20,3); }
td.TdClassName
{
border-color: #421403;
}
.TagClassName
{
border-color: #421403;
}
</style>