Shades of Brown Pod #411B02
Tints of Brown Pod #411B02
RGB
CMYK
RGB Variations
Color information
#411B02 (or 0x411B02) is known color: Brown Pod. HEX triplet: 41, 1B and 02. RGB value is (65,27,2). Sum of RGB (Red+Green+Blue) = 65+27+2=94 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.15% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 65 - color contains mainly: red. Hex color #411B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411B02 is #BEE4FD. Grayscale: #232323. Windows color (decimal): -12510462 or 138049. OLE color: 138049.
HSL color Cylindrical-coordinate representation of color #411B02: hue angle of 23.81º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #411B02 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 27 | 2 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.75 |
| HSL | 23.81º | 0.94% | 0.13% | - |
| HSV(B) | 23.81º | 0.97% | 0.25% | - |
| XYZ | 2.58 | 1.91 | 0.29 | - |
| YUV | 35.51 | 109.09 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 27 | 2 | 0 | 0.58 | 0.97 | 0.75 | 23.81 | 0.94 | 0.13 |
| Hex | 41 | 1B | 2 | 0 | 3A | 61 | 4B | 18 | 5E | D |
| Octal | 101 | 33 | 2 | 0 | 72 | 141 | 113 | 30 | 136 | 15 |
| Binary | 1000001 | 11011 | 10 | 0 | 111010 | 1100001 | 1001011 | 11000 | 1011110 | 1101 |
Color Harmonies of #411B02
Complementary color
Monochromatic Colors of #411B02
Black with #411B02
Text Example
Text Example
White with #411B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411B02; }
p { color: rgb(65,27,2); }
H1.HeaderClassName
{
color: #411B02;
}
.AnyTagClassName
{
color: #411B02;
}
</style>
background-color css
<style>
a { background-color: #411B02; }
a { background-color: rgb(65,27,2); }
div.DivClassName
{
background-color: #411B02;
}
.BgClassName
{
background-color: #411B02;
}
</style>
border-color css
<style>
span { border-color: #411B02; }
span { border-color: rgb(65,27,2); }
td.TdClassName
{
border-color: #411B02;
}
.TagClassName
{
border-color: #411B02;
}
</style>