Shades of Yellow Metal #73633A
Tints of Yellow Metal #73633A
RGB
CMYK
RGB Variations
Color information
#73633A (or 0x73633A) is known color: Yellow Metal. HEX triplet: 73, 63 and 3A. RGB value is (115,99,58). Sum of RGB (Red+Green+Blue) = 115+99+58=272 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.28% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 115 - color contains mainly: red. Hex color #73633A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73633A is #8C9CC5. Grayscale: #636363. Windows color (decimal): -9215174 or 3826547. OLE color: 3826547.
HSL color Cylindrical-coordinate representation of color #73633A: hue angle of 43.16º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73633A is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 99 | 58 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.55 |
| HSL | 43.16º | 0.33% | 0.34% | - |
| HSV(B) | 43.16º | 0.5% | 0.45% | - |
| XYZ | 12.3 | 12.87 | 5.84 | - |
| YUV | 99.11 | 104.8 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 99 | 58 | 0 | 0.14 | 0.50 | 0.55 | 43.16 | 0.33 | 0.34 |
| Hex | 73 | 63 | 3A | 0 | E | 32 | 37 | 2B | 21 | 22 |
| Octal | 163 | 143 | 72 | 0 | 16 | 62 | 67 | 53 | 41 | 42 |
| Binary | 1110011 | 1100011 | 111010 | 0 | 1110 | 110010 | 110111 | 101011 | 100001 | 100010 |
Color Harmonies of #73633A
Complementary color
Monochromatic Colors of #73633A
Black with #73633A
Text Example
Text Example
White with #73633A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73633A; }
p { color: rgb(115,99,58); }
H1.HeaderClassName
{
color: #73633A;
}
.AnyTagClassName
{
color: #73633A;
}
</style>
background-color css
<style>
a { background-color: #73633A; }
a { background-color: rgb(115,99,58); }
div.DivClassName
{
background-color: #73633A;
}
.BgClassName
{
background-color: #73633A;
}
</style>
border-color css
<style>
span { border-color: #73633A; }
span { border-color: rgb(115,99,58); }
td.TdClassName
{
border-color: #73633A;
}
.TagClassName
{
border-color: #73633A;
}
</style>