Shades of Onion #4A4327
Tints of Onion #4A4327
RGB
CMYK
RGB Variations
Color information
#4A4327 (or 0x4A4327) is known color: Onion. HEX triplet: 4A, 43 and 27. RGB value is (74,67,39). Sum of RGB (Red+Green+Blue) = 74+67+39=180 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.11% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 39 (15.62% from 255 or 21.67% from 180); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4327 is #B5BCD8. Grayscale: #424242. Windows color (decimal): -11910361 or 2573130. OLE color: 2573130.
HSL color Cylindrical-coordinate representation of color #4A4327: hue angle of 48º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A4327 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 67 | 39 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.71 |
| HSL | 48º | 0.31% | 0.22% | - |
| HSV(B) | 48º | 0.47% | 0.29% | - |
| XYZ | 5.2 | 5.62 | 2.73 | - |
| YUV | 65.9 | 112.82 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 67 | 39 | 0 | 0.09 | 0.47 | 0.71 | 48 | 0.31 | 0.22 |
| Hex | 4A | 43 | 27 | 0 | 9 | 2F | 47 | 30 | 1F | 16 |
| Octal | 112 | 103 | 47 | 0 | 11 | 57 | 107 | 60 | 37 | 26 |
| Binary | 1001010 | 1000011 | 100111 | 0 | 1001 | 101111 | 1000111 | 110000 | 11111 | 10110 |
Color Harmonies of #4A4327
Complementary color
Monochromatic Colors of #4A4327
Black with #4A4327
Text Example
Text Example
White with #4A4327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4327; }
p { color: rgb(74,67,39); }
H1.HeaderClassName
{
color: #4A4327;
}
.AnyTagClassName
{
color: #4A4327;
}
</style>
background-color css
<style>
a { background-color: #4A4327; }
a { background-color: rgb(74,67,39); }
div.DivClassName
{
background-color: #4A4327;
}
.BgClassName
{
background-color: #4A4327;
}
</style>
border-color css
<style>
span { border-color: #4A4327; }
span { border-color: rgb(74,67,39); }
td.TdClassName
{
border-color: #4A4327;
}
.TagClassName
{
border-color: #4A4327;
}
</style>