Shades of Onion #453D2B
Tints of Onion #453D2B
RGB
CMYK
RGB Variations
Color information
#453D2B (or 0x453D2B) is known color: Onion. HEX triplet: 45, 3D and 2B. RGB value is (69,61,43). Sum of RGB (Red+Green+Blue) = 69+61+43=173 (22% of max value = 765). Red value is 69 (27.34% from 255 or 39.88% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 69 - color contains mainly: red. Hex color #453D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453D2B is #BAC2D4. Grayscale: #3D3D3D. Windows color (decimal): -12239573 or 2833733. OLE color: 2833733.
HSL color Cylindrical-coordinate representation of color #453D2B: hue angle of 41.54º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #453D2B is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 61 | 43 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.73 |
| HSL | 41.54º | 0.23% | 0.22% | - |
| HSV(B) | 41.54º | 0.38% | 0.27% | - |
| XYZ | 4.56 | 4.78 | 2.97 | - |
| YUV | 61.34 | 117.65 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 61 | 43 | 0 | 0.12 | 0.38 | 0.73 | 41.54 | 0.23 | 0.22 |
| Hex | 45 | 3D | 2B | 0 | C | 26 | 49 | 2A | 17 | 16 |
| Octal | 105 | 75 | 53 | 0 | 14 | 46 | 111 | 52 | 27 | 26 |
| Binary | 1000101 | 111101 | 101011 | 0 | 1100 | 100110 | 1001001 | 101010 | 10111 | 10110 |
Color Harmonies of #453D2B
Complementary color
Monochromatic Colors of #453D2B
Black with #453D2B
Text Example
Text Example
White with #453D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453D2B; }
p { color: rgb(69,61,43); }
H1.HeaderClassName
{
color: #453D2B;
}
.AnyTagClassName
{
color: #453D2B;
}
</style>
background-color css
<style>
a { background-color: #453D2B; }
a { background-color: rgb(69,61,43); }
div.DivClassName
{
background-color: #453D2B;
}
.BgClassName
{
background-color: #453D2B;
}
</style>
border-color css
<style>
span { border-color: #453D2B; }
span { border-color: rgb(69,61,43); }
td.TdClassName
{
border-color: #453D2B;
}
.TagClassName
{
border-color: #453D2B;
}
</style>