Shades of Brown Pod #411501
Tints of Brown Pod #411501
RGB
CMYK
RGB Variations
Color information
#411501 (or 0x411501) is known color: Brown Pod. HEX triplet: 41, 15 and 01. RGB value is (65,21,1). Sum of RGB (Red+Green+Blue) = 65+21+1=87 (11% of max value = 765). Red value is 65 (25.78% from 255 or 74.71% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 65 - color contains mainly: red. Hex color #411501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411501 is #BEEAFE. Grayscale: #202020. Windows color (decimal): -12511999 or 70977. OLE color: 70977.
HSL color Cylindrical-coordinate representation of color #411501: hue angle of 18.75º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #411501 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 21 | 1 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.75 |
| HSL | 18.75º | 0.97% | 0.13% | - |
| HSV(B) | 18.75º | 0.98% | 0.25% | - |
| XYZ | 2.45 | 1.66 | 0.22 | - |
| YUV | 31.88 | 110.58 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 21 | 1 | 0 | 0.68 | 0.98 | 0.75 | 18.75 | 0.97 | 0.13 |
| Hex | 41 | 15 | 1 | 0 | 44 | 62 | 4B | 13 | 61 | D |
| Octal | 101 | 25 | 1 | 0 | 104 | 142 | 113 | 23 | 141 | 15 |
| Binary | 1000001 | 10101 | 1 | 0 | 1000100 | 1100010 | 1001011 | 10011 | 1100001 | 1101 |
Color Harmonies of #411501
Complementary color
Monochromatic Colors of #411501
Black with #411501
Text Example
Text Example
White with #411501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411501; }
p { color: rgb(65,21,1); }
H1.HeaderClassName
{
color: #411501;
}
.AnyTagClassName
{
color: #411501;
}
</style>
background-color css
<style>
a { background-color: #411501; }
a { background-color: rgb(65,21,1); }
div.DivClassName
{
background-color: #411501;
}
.BgClassName
{
background-color: #411501;
}
</style>
border-color css
<style>
span { border-color: #411501; }
span { border-color: rgb(65,21,1); }
td.TdClassName
{
border-color: #411501;
}
.TagClassName
{
border-color: #411501;
}
</style>