Shades of Brown Pod #411C02
Tints of Brown Pod #411C02
RGB
CMYK
RGB Variations
Color information
#411C02 (or 0x411C02) is known color: Brown Pod. HEX triplet: 41, 1C and 02. RGB value is (65,28,2). Sum of RGB (Red+Green+Blue) = 65+28+2=95 (12% of max value = 765). Red value is 65 (25.78% from 255 or 68.42% from 95); Green value is 28 (11.33% from 255 or 29.47% from 95); Blue value is 2 (1.17% from 255 or 2.11% from 95); Max value from RGB is 65 - color contains mainly: red. Hex color #411C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411C02 is #BEE3FD. Grayscale: #242424. Windows color (decimal): -12510206 or 138305. OLE color: 138305.
HSL color Cylindrical-coordinate representation of color #411C02: hue angle of 24.76º 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 #411C02 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 28 | 2 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.75 |
| HSL | 24.76º | 0.94% | 0.13% | - |
| HSV(B) | 24.76º | 0.97% | 0.25% | - |
| XYZ | 2.61 | 1.96 | 0.3 | - |
| YUV | 36.1 | 108.76 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 2 | 0 | 0.57 | 0.97 | 0.75 | 24.76 | 0.94 | 0.13 |
| Hex | 41 | 1C | 2 | 0 | 39 | 61 | 4B | 19 | 5E | D |
| Octal | 101 | 34 | 2 | 0 | 71 | 141 | 113 | 31 | 136 | 15 |
| Binary | 1000001 | 11100 | 10 | 0 | 111001 | 1100001 | 1001011 | 11001 | 1011110 | 1101 |
Color Harmonies of #411C02
Complementary color
Monochromatic Colors of #411C02
Black with #411C02
Text Example
Text Example
White with #411C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411C02; }
p { color: rgb(65,28,2); }
H1.HeaderClassName
{
color: #411C02;
}
.AnyTagClassName
{
color: #411C02;
}
</style>
background-color css
<style>
a { background-color: #411C02; }
a { background-color: rgb(65,28,2); }
div.DivClassName
{
background-color: #411C02;
}
.BgClassName
{
background-color: #411C02;
}
</style>
border-color css
<style>
span { border-color: #411C02; }
span { border-color: rgb(65,28,2); }
td.TdClassName
{
border-color: #411C02;
}
.TagClassName
{
border-color: #411C02;
}
</style>