Shades of Onion #454135
Tints of Onion #454135
RGB
CMYK
RGB Variations
Color information
#454135 (or 0x454135) is known color: Onion. HEX triplet: 45, 41 and 35. RGB value is (69,65,53). Sum of RGB (Red+Green+Blue) = 69+65+53=187 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.90% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 53 (21.09% from 255 or 28.34% from 187); Max value from RGB is 69 - color contains mainly: red. Hex color #454135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454135 is #BABECA. Grayscale: #404040. Windows color (decimal): -12238539 or 3490117. OLE color: 3490117.
HSL color Cylindrical-coordinate representation of color #454135: hue angle of 45º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #454135 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 65 | 53 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.73 |
| HSL | 45º | 0.13% | 0.24% | - |
| HSV(B) | 45º | 0.23% | 0.27% | - |
| XYZ | 4.99 | 5.3 | 4.13 | - |
| YUV | 64.83 | 121.33 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 65 | 53 | 0 | 0.06 | 0.23 | 0.73 | 45 | 0.13 | 0.24 |
| Hex | 45 | 41 | 35 | 0 | 6 | 17 | 49 | 2D | D | 18 |
| Octal | 105 | 101 | 65 | 0 | 6 | 27 | 111 | 55 | 15 | 30 |
| Binary | 1000101 | 1000001 | 110101 | 0 | 110 | 10111 | 1001001 | 101101 | 1101 | 11000 |
Color Harmonies of #454135
Complementary color
Monochromatic Colors of #454135
Black with #454135
Text Example
Text Example
White with #454135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454135; }
p { color: rgb(69,65,53); }
H1.HeaderClassName
{
color: #454135;
}
.AnyTagClassName
{
color: #454135;
}
</style>
background-color css
<style>
a { background-color: #454135; }
a { background-color: rgb(69,65,53); }
div.DivClassName
{
background-color: #454135;
}
.BgClassName
{
background-color: #454135;
}
</style>
border-color css
<style>
span { border-color: #454135; }
span { border-color: rgb(69,65,53); }
td.TdClassName
{
border-color: #454135;
}
.TagClassName
{
border-color: #454135;
}
</style>