Shades of Yellow Metal #73613A
Tints of Yellow Metal #73613A
RGB
CMYK
RGB Variations
Color information
#73613A (or 0x73613A) is known color: Yellow Metal. HEX triplet: 73, 61 and 3A. RGB value is (115,97,58). Sum of RGB (Red+Green+Blue) = 115+97+58=270 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.59% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 115 - color contains mainly: red. Hex color #73613A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73613A is #8C9EC5. Grayscale: #626262. Windows color (decimal): -9215686 or 3826035. OLE color: 3826035.
HSL color Cylindrical-coordinate representation of color #73613A: hue angle of 41.05º 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 #73613A is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 97 | 58 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.55 |
| HSL | 41.05º | 0.33% | 0.34% | - |
| HSV(B) | 41.05º | 0.5% | 0.45% | - |
| XYZ | 12.11 | 12.5 | 5.78 | - |
| YUV | 97.94 | 105.46 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 97 | 58 | 0 | 0.16 | 0.50 | 0.55 | 41.05 | 0.33 | 0.34 |
| Hex | 73 | 61 | 3A | 0 | 10 | 32 | 37 | 29 | 21 | 22 |
| Octal | 163 | 141 | 72 | 0 | 20 | 62 | 67 | 51 | 41 | 42 |
| Binary | 1110011 | 1100001 | 111010 | 0 | 10000 | 110010 | 110111 | 101001 | 100001 | 100010 |
Color Harmonies of #73613A
Complementary color
Monochromatic Colors of #73613A
Black with #73613A
Text Example
Text Example
White with #73613A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73613A; }
p { color: rgb(115,97,58); }
H1.HeaderClassName
{
color: #73613A;
}
.AnyTagClassName
{
color: #73613A;
}
</style>
background-color css
<style>
a { background-color: #73613A; }
a { background-color: rgb(115,97,58); }
div.DivClassName
{
background-color: #73613A;
}
.BgClassName
{
background-color: #73613A;
}
</style>
border-color css
<style>
span { border-color: #73613A; }
span { border-color: rgb(115,97,58); }
td.TdClassName
{
border-color: #73613A;
}
.TagClassName
{
border-color: #73613A;
}
</style>