Shades of Brown Pod #411B03
Tints of Brown Pod #411B03
RGB
CMYK
RGB Variations
Color information
#411B03 (or 0x411B03) is known color: Brown Pod. HEX triplet: 41, 1B and 03. RGB value is (65,27,3). Sum of RGB (Red+Green+Blue) = 65+27+3=95 (12% of max value = 765). Red value is 65 (25.78% from 255 or 68.42% from 95); Green value is 27 (10.94% from 255 or 28.42% from 95); Blue value is 3 (1.56% from 255 or 3.16% from 95); Max value from RGB is 65 - color contains mainly: red. Hex color #411B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411B03 is #BEE4FC. Grayscale: #232323. Windows color (decimal): -12510461 or 203585. OLE color: 203585.
HSL color Cylindrical-coordinate representation of color #411B03: hue angle of 23.23º 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 #411B03 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 27 | 3 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.75 |
| HSL | 23.23º | 0.91% | 0.13% | - |
| HSV(B) | 23.23º | 0.95% | 0.25% | - |
| XYZ | 2.59 | 1.91 | 0.32 | - |
| YUV | 35.63 | 109.59 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 27 | 3 | 0 | 0.58 | 0.95 | 0.75 | 23.23 | 0.91 | 0.13 |
| Hex | 41 | 1B | 3 | 0 | 3A | 5F | 4B | 17 | 5B | D |
| Octal | 101 | 33 | 3 | 0 | 72 | 137 | 113 | 27 | 133 | 15 |
| Binary | 1000001 | 11011 | 11 | 0 | 111010 | 1011111 | 1001011 | 10111 | 1011011 | 1101 |
Color Harmonies of #411B03
Complementary color
Monochromatic Colors of #411B03
Black with #411B03
Text Example
Text Example
White with #411B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411B03; }
p { color: rgb(65,27,3); }
H1.HeaderClassName
{
color: #411B03;
}
.AnyTagClassName
{
color: #411B03;
}
</style>
background-color css
<style>
a { background-color: #411B03; }
a { background-color: rgb(65,27,3); }
div.DivClassName
{
background-color: #411B03;
}
.BgClassName
{
background-color: #411B03;
}
</style>
border-color css
<style>
span { border-color: #411B03; }
span { border-color: rgb(65,27,3); }
td.TdClassName
{
border-color: #411B03;
}
.TagClassName
{
border-color: #411B03;
}
</style>