Shades of Onion #453D29
Tints of Onion #453D29
RGB
CMYK
RGB Variations
Color information
#453D29 (or 0x453D29) is known color: Onion. HEX triplet: 45, 3D and 29. RGB value is (69,61,41). Sum of RGB (Red+Green+Blue) = 69+61+41=171 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.35% from 171); Green value is 61 (24.22% from 255 or 35.67% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 69 - color contains mainly: red. Hex color #453D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453D29 is #BAC2D6. Grayscale: #3D3D3D. Windows color (decimal): -12239575 or 2702661. OLE color: 2702661.
HSL color Cylindrical-coordinate representation of color #453D29: hue angle of 42.86º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #453D29 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 61 | 41 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.73 |
| HSL | 42.86º | 0.25% | 0.22% | - |
| HSV(B) | 42.86º | 0.41% | 0.27% | - |
| XYZ | 4.52 | 4.76 | 2.78 | - |
| YUV | 61.11 | 116.65 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 61 | 41 | 0 | 0.12 | 0.41 | 0.73 | 42.86 | 0.25 | 0.22 |
| Hex | 45 | 3D | 29 | 0 | C | 29 | 49 | 2B | 19 | 16 |
| Octal | 105 | 75 | 51 | 0 | 14 | 51 | 111 | 53 | 31 | 26 |
| Binary | 1000101 | 111101 | 101001 | 0 | 1100 | 101001 | 1001001 | 101011 | 11001 | 10110 |
Color Harmonies of #453D29
Complementary color
Monochromatic Colors of #453D29
Black with #453D29
Text Example
Text Example
White with #453D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453D29; }
p { color: rgb(69,61,41); }
H1.HeaderClassName
{
color: #453D29;
}
.AnyTagClassName
{
color: #453D29;
}
</style>
background-color css
<style>
a { background-color: #453D29; }
a { background-color: rgb(69,61,41); }
div.DivClassName
{
background-color: #453D29;
}
.BgClassName
{
background-color: #453D29;
}
</style>
border-color css
<style>
span { border-color: #453D29; }
span { border-color: rgb(69,61,41); }
td.TdClassName
{
border-color: #453D29;
}
.TagClassName
{
border-color: #453D29;
}
</style>