Shades of Brown Pod #411903
Tints of Brown Pod #411903
RGB
CMYK
RGB Variations
Color information
#411903 (or 0x411903) is known color: Brown Pod. HEX triplet: 41, 19 and 03. RGB value is (65,25,3). Sum of RGB (Red+Green+Blue) = 65+25+3=93 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.89% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 3 (1.56% from 255 or 3.23% from 93); Max value from RGB is 65 - color contains mainly: red. Hex color #411903 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411903 is #BEE6FC. Grayscale: #222222. Windows color (decimal): -12510973 or 203073. OLE color: 203073.
HSL color Cylindrical-coordinate representation of color #411903: hue angle of 21.29º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #411903 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 25 | 3 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.75 |
| HSL | 21.29º | 0.91% | 0.13% | - |
| HSV(B) | 21.29º | 0.95% | 0.25% | - |
| XYZ | 2.54 | 1.83 | 0.3 | - |
| YUV | 34.45 | 110.25 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 25 | 3 | 0 | 0.62 | 0.95 | 0.75 | 21.29 | 0.91 | 0.13 |
| Hex | 41 | 19 | 3 | 0 | 3E | 5F | 4B | 15 | 5B | D |
| Octal | 101 | 31 | 3 | 0 | 76 | 137 | 113 | 25 | 133 | 15 |
| Binary | 1000001 | 11001 | 11 | 0 | 111110 | 1011111 | 1001011 | 10101 | 1011011 | 1101 |
Color Harmonies of #411903
Complementary color
Monochromatic Colors of #411903
Black with #411903
Text Example
Text Example
White with #411903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411903; }
p { color: rgb(65,25,3); }
H1.HeaderClassName
{
color: #411903;
}
.AnyTagClassName
{
color: #411903;
}
</style>
background-color css
<style>
a { background-color: #411903; }
a { background-color: rgb(65,25,3); }
div.DivClassName
{
background-color: #411903;
}
.BgClassName
{
background-color: #411903;
}
</style>
border-color css
<style>
span { border-color: #411903; }
span { border-color: rgb(65,25,3); }
td.TdClassName
{
border-color: #411903;
}
.TagClassName
{
border-color: #411903;
}
</style>