Shades of Brown Pod #411F02
Tints of Brown Pod #411F02
RGB
CMYK
RGB Variations
Color information
#411F02 (or 0x411F02) is known color: Brown Pod. HEX triplet: 41, 1F and 02. RGB value is (65,31,2). Sum of RGB (Red+Green+Blue) = 65+31+2=98 (12% of max value = 765). Red value is 65 (25.78% from 255 or 66.33% from 98); Green value is 31 (12.5% from 255 or 31.63% from 98); Blue value is 2 (1.17% from 255 or 2.04% from 98); Max value from RGB is 65 - color contains mainly: red. Hex color #411F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411F02 is #BEE0FD. Grayscale: #262626. Windows color (decimal): -12509438 or 139073. OLE color: 139073.
HSL color Cylindrical-coordinate representation of color #411F02: hue angle of 27.62º 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 #411F02 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 31 | 2 | - |
| CMYK | 0 | 0.52 | 0.97 | 0.75 |
| HSL | 27.62º | 0.94% | 0.13% | - |
| HSV(B) | 27.62º | 0.97% | 0.25% | - |
| XYZ | 2.68 | 2.11 | 0.32 | - |
| YUV | 37.86 | 107.76 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 31 | 2 | 0 | 0.52 | 0.97 | 0.75 | 27.62 | 0.94 | 0.13 |
| Hex | 41 | 1F | 2 | 0 | 34 | 61 | 4B | 1C | 5E | D |
| Octal | 101 | 37 | 2 | 0 | 64 | 141 | 113 | 34 | 136 | 15 |
| Binary | 1000001 | 11111 | 10 | 0 | 110100 | 1100001 | 1001011 | 11100 | 1011110 | 1101 |
Color Harmonies of #411F02
Complementary color
Monochromatic Colors of #411F02
Black with #411F02
Text Example
Text Example
White with #411F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411F02; }
p { color: rgb(65,31,2); }
H1.HeaderClassName
{
color: #411F02;
}
.AnyTagClassName
{
color: #411F02;
}
</style>
background-color css
<style>
a { background-color: #411F02; }
a { background-color: rgb(65,31,2); }
div.DivClassName
{
background-color: #411F02;
}
.BgClassName
{
background-color: #411F02;
}
</style>
border-color css
<style>
span { border-color: #411F02; }
span { border-color: rgb(65,31,2); }
td.TdClassName
{
border-color: #411F02;
}
.TagClassName
{
border-color: #411F02;
}
</style>