Shades of Brown Pod #421603
Tints of Brown Pod #421603
RGB
CMYK
RGB Variations
Color information
#421603 (or 0x421603) is known color: Brown Pod. HEX triplet: 42, 16 and 03. RGB value is (66,22,3). Sum of RGB (Red+Green+Blue) = 66+22+3=91 (12% of max value = 765). Red value is 66 (26.17% from 255 or 72.53% from 91); Green value is 22 (8.98% from 255 or 24.18% from 91); Blue value is 3 (1.56% from 255 or 3.30% from 91); Max value from RGB is 66 - color contains mainly: red. Hex color #421603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421603 is #BDE9FC. Grayscale: #212121. Windows color (decimal): -12446205 or 202306. OLE color: 202306.
HSL color Cylindrical-coordinate representation of color #421603: hue angle of 18.1º 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 #421603 is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 22 | 3 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.74 |
| HSL | 18.1º | 0.91% | 0.14% | - |
| HSV(B) | 18.1º | 0.95% | 0.26% | - |
| XYZ | 2.55 | 1.74 | 0.29 | - |
| YUV | 32.99 | 111.08 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 22 | 3 | 0 | 0.67 | 0.95 | 0.74 | 18.1 | 0.91 | 0.14 |
| Hex | 42 | 16 | 3 | 0 | 43 | 5F | 4A | 12 | 5B | E |
| Octal | 102 | 26 | 3 | 0 | 103 | 137 | 112 | 22 | 133 | 16 |
| Binary | 1000010 | 10110 | 11 | 0 | 1000011 | 1011111 | 1001010 | 10010 | 1011011 | 1110 |
Color Harmonies of #421603
Complementary color
Monochromatic Colors of #421603
Black with #421603
Text Example
Text Example
White with #421603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421603; }
p { color: rgb(66,22,3); }
H1.HeaderClassName
{
color: #421603;
}
.AnyTagClassName
{
color: #421603;
}
</style>
background-color css
<style>
a { background-color: #421603; }
a { background-color: rgb(66,22,3); }
div.DivClassName
{
background-color: #421603;
}
.BgClassName
{
background-color: #421603;
}
</style>
border-color css
<style>
span { border-color: #421603; }
span { border-color: rgb(66,22,3); }
td.TdClassName
{
border-color: #421603;
}
.TagClassName
{
border-color: #421603;
}
</style>