Shades of Brown Pod #411C0C
Tints of Brown Pod #411C0C
RGB
CMYK
RGB Variations
Color information
#411C0C (or 0x411C0C) is known color: Brown Pod. HEX triplet: 41, 1C and 0C. RGB value is (65,28,12). Sum of RGB (Red+Green+Blue) = 65+28+12=105 (13% of max value = 765). Red value is 65 (25.78% from 255 or 61.90% from 105); Green value is 28 (11.33% from 255 or 26.67% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 65 - color contains mainly: red. Hex color #411C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411C0C is #BEE3F3. Grayscale: #252525. Windows color (decimal): -12510196 or 793665. OLE color: 793665.
HSL color Cylindrical-coordinate representation of color #411C0C: hue angle of 18.11º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #411C0C is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 28 | 12 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.75 |
| HSL | 18.11º | 0.69% | 0.15% | - |
| HSV(B) | 18.11º | 0.82% | 0.25% | - |
| XYZ | 2.66 | 1.98 | 0.59 | - |
| YUV | 37.24 | 113.76 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 12 | 0 | 0.57 | 0.82 | 0.75 | 18.11 | 0.69 | 0.15 |
| Hex | 41 | 1C | C | 0 | 39 | 52 | 4B | 12 | 45 | F |
| Octal | 101 | 34 | 14 | 0 | 71 | 122 | 113 | 22 | 105 | 17 |
| Binary | 1000001 | 11100 | 1100 | 0 | 111001 | 1010010 | 1001011 | 10010 | 1000101 | 1111 |
Color Harmonies of #411C0C
Complementary color
Monochromatic Colors of #411C0C
Black with #411C0C
Text Example
Text Example
White with #411C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411C0C; }
p { color: rgb(65,28,12); }
H1.HeaderClassName
{
color: #411C0C;
}
.AnyTagClassName
{
color: #411C0C;
}
</style>
background-color css
<style>
a { background-color: #411C0C; }
a { background-color: rgb(65,28,12); }
div.DivClassName
{
background-color: #411C0C;
}
.BgClassName
{
background-color: #411C0C;
}
</style>
border-color css
<style>
span { border-color: #411C0C; }
span { border-color: rgb(65,28,12); }
td.TdClassName
{
border-color: #411C0C;
}
.TagClassName
{
border-color: #411C0C;
}
</style>