Shades of Onion #453E30
Tints of Onion #453E30
RGB
CMYK
RGB Variations
Color information
#453E30 (or 0x453E30) is known color: Onion. HEX triplet: 45, 3E and 30. RGB value is (69,62,48). Sum of RGB (Red+Green+Blue) = 69+62+48=179 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.55% from 179); Green value is 62 (24.61% from 255 or 34.64% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 69 - color contains mainly: red. Hex color #453E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453E30 is #BAC1CF. Grayscale: #3E3E3E. Windows color (decimal): -12239312 or 3161669. OLE color: 3161669.
HSL color Cylindrical-coordinate representation of color #453E30: hue angle of 40º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #453E30 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 62 | 48 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.73 |
| HSL | 40º | 0.18% | 0.23% | - |
| HSV(B) | 40º | 0.3% | 0.27% | - |
| XYZ | 4.71 | 4.92 | 3.5 | - |
| YUV | 62.5 | 119.82 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 62 | 48 | 0 | 0.10 | 0.30 | 0.73 | 40 | 0.18 | 0.23 |
| Hex | 45 | 3E | 30 | 0 | A | 1E | 49 | 28 | 12 | 17 |
| Octal | 105 | 76 | 60 | 0 | 12 | 36 | 111 | 50 | 22 | 27 |
| Binary | 1000101 | 111110 | 110000 | 0 | 1010 | 11110 | 1001001 | 101000 | 10010 | 10111 |
Color Harmonies of #453E30
Complementary color
Monochromatic Colors of #453E30
Black with #453E30
Text Example
Text Example
White with #453E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453E30; }
p { color: rgb(69,62,48); }
H1.HeaderClassName
{
color: #453E30;
}
.AnyTagClassName
{
color: #453E30;
}
</style>
background-color css
<style>
a { background-color: #453E30; }
a { background-color: rgb(69,62,48); }
div.DivClassName
{
background-color: #453E30;
}
.BgClassName
{
background-color: #453E30;
}
</style>
border-color css
<style>
span { border-color: #453E30; }
span { border-color: rgb(69,62,48); }
td.TdClassName
{
border-color: #453E30;
}
.TagClassName
{
border-color: #453E30;
}
</style>