Shades of Onion #413C30
Tints of Onion #413C30
RGB
CMYK
RGB Variations
Color information
#413C30 (or 0x413C30) is known color: Onion. HEX triplet: 41, 3C and 30. RGB value is (65,60,48). Sum of RGB (Red+Green+Blue) = 65+60+48=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 65 - color contains mainly: red. Hex color #413C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413C30 is #BEC3CF. Grayscale: #3C3C3C. Windows color (decimal): -12501968 or 3161153. OLE color: 3161153.
HSL color Cylindrical-coordinate representation of color #413C30: hue angle of 42.35º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #413C30 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 60 | 48 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.75 |
| HSL | 42.35º | 0.15% | 0.22% | - |
| HSV(B) | 42.35º | 0.26% | 0.25% | - |
| XYZ | 4.33 | 4.57 | 3.45 | - |
| YUV | 60.13 | 121.16 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 60 | 48 | 0 | 0.08 | 0.26 | 0.75 | 42.35 | 0.15 | 0.22 |
| Hex | 41 | 3C | 30 | 0 | 8 | 1A | 4B | 2A | F | 16 |
| Octal | 101 | 74 | 60 | 0 | 10 | 32 | 113 | 52 | 17 | 26 |
| Binary | 1000001 | 111100 | 110000 | 0 | 1000 | 11010 | 1001011 | 101010 | 1111 | 10110 |
Color Harmonies of #413C30
Complementary color
Monochromatic Colors of #413C30
Black with #413C30
Text Example
Text Example
White with #413C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413C30; }
p { color: rgb(65,60,48); }
H1.HeaderClassName
{
color: #413C30;
}
.AnyTagClassName
{
color: #413C30;
}
</style>
background-color css
<style>
a { background-color: #413C30; }
a { background-color: rgb(65,60,48); }
div.DivClassName
{
background-color: #413C30;
}
.BgClassName
{
background-color: #413C30;
}
</style>
border-color css
<style>
span { border-color: #413C30; }
span { border-color: rgb(65,60,48); }
td.TdClassName
{
border-color: #413C30;
}
.TagClassName
{
border-color: #413C30;
}
</style>