Shades of Onion #453E31
Tints of Onion #453E31
RGB
CMYK
RGB Variations
Color information
#453E31 (or 0x453E31) is known color: Onion. HEX triplet: 45, 3E and 31. RGB value is (69,62,49). Sum of RGB (Red+Green+Blue) = 69+62+49=180 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.33% from 180); Green value is 62 (24.61% from 255 or 34.44% from 180); Blue value is 49 (19.53% from 255 or 27.22% from 180); Max value from RGB is 69 - color contains mainly: red. Hex color #453E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453E31 is #BAC1CE. Grayscale: #3E3E3E. Windows color (decimal): -12239311 or 3227205. OLE color: 3227205.
HSL color Cylindrical-coordinate representation of color #453E31: hue angle of 39º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #453E31 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 62 | 49 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.73 |
| HSL | 39º | 0.17% | 0.23% | - |
| HSV(B) | 39º | 0.29% | 0.27% | - |
| XYZ | 4.73 | 4.93 | 3.61 | - |
| YUV | 62.61 | 120.32 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 62 | 49 | 0 | 0.10 | 0.29 | 0.73 | 39 | 0.17 | 0.23 |
| Hex | 45 | 3E | 31 | 0 | A | 1D | 49 | 27 | 11 | 17 |
| Octal | 105 | 76 | 61 | 0 | 12 | 35 | 111 | 47 | 21 | 27 |
| Binary | 1000101 | 111110 | 110001 | 0 | 1010 | 11101 | 1001001 | 100111 | 10001 | 10111 |
Color Harmonies of #453E31
Complementary color
Monochromatic Colors of #453E31
Black with #453E31
Text Example
Text Example
White with #453E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453E31; }
p { color: rgb(69,62,49); }
H1.HeaderClassName
{
color: #453E31;
}
.AnyTagClassName
{
color: #453E31;
}
</style>
background-color css
<style>
a { background-color: #453E31; }
a { background-color: rgb(69,62,49); }
div.DivClassName
{
background-color: #453E31;
}
.BgClassName
{
background-color: #453E31;
}
</style>
border-color css
<style>
span { border-color: #453E31; }
span { border-color: rgb(69,62,49); }
td.TdClassName
{
border-color: #453E31;
}
.TagClassName
{
border-color: #453E31;
}
</style>