Shades of Onion #453F34
Tints of Onion #453F34
RGB
CMYK
RGB Variations
Color information
#453F34 (or 0x453F34) is known color: Onion. HEX triplet: 45, 3F and 34. RGB value is (69,63,52). Sum of RGB (Red+Green+Blue) = 69+63+52=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 52 (20.70% from 255 or 28.26% from 184); Max value from RGB is 69 - color contains mainly: red. Hex color #453F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453F34 is #BAC0CB. Grayscale: #3F3F3F. Windows color (decimal): -12239052 or 3424069. OLE color: 3424069.
HSL color Cylindrical-coordinate representation of color #453F34: hue angle of 38.82º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #453F34 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 63 | 52 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.73 |
| HSL | 38.82º | 0.14% | 0.24% | - |
| HSV(B) | 38.82º | 0.25% | 0.27% | - |
| XYZ | 4.85 | 5.07 | 3.97 | - |
| YUV | 63.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 63 | 52 | 0 | 0.09 | 0.25 | 0.73 | 38.82 | 0.14 | 0.24 |
| Hex | 45 | 3F | 34 | 0 | 9 | 19 | 49 | 27 | E | 18 |
| Octal | 105 | 77 | 64 | 0 | 11 | 31 | 111 | 47 | 16 | 30 |
| Binary | 1000101 | 111111 | 110100 | 0 | 1001 | 11001 | 1001001 | 100111 | 1110 | 11000 |
Color Harmonies of #453F34
Complementary color
Monochromatic Colors of #453F34
Black with #453F34
Text Example
Text Example
White with #453F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453F34; }
p { color: rgb(69,63,52); }
H1.HeaderClassName
{
color: #453F34;
}
.AnyTagClassName
{
color: #453F34;
}
</style>
background-color css
<style>
a { background-color: #453F34; }
a { background-color: rgb(69,63,52); }
div.DivClassName
{
background-color: #453F34;
}
.BgClassName
{
background-color: #453F34;
}
</style>
border-color css
<style>
span { border-color: #453F34; }
span { border-color: rgb(69,63,52); }
td.TdClassName
{
border-color: #453F34;
}
.TagClassName
{
border-color: #453F34;
}
</style>