Shades of Yellow Metal #73603D
Tints of Yellow Metal #73603D
RGB
CMYK
RGB Variations
Color information
#73603D (or 0x73603D) is known color: Yellow Metal. HEX triplet: 73, 60 and 3D. RGB value is (115,96,61). Sum of RGB (Red+Green+Blue) = 115+96+61=272 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.28% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 115 - color contains mainly: red. Hex color #73603D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73603D is #8C9FC2. Grayscale: #616161. Windows color (decimal): -9215939 or 4022387. OLE color: 4022387.
HSL color Cylindrical-coordinate representation of color #73603D: hue angle of 38.89º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73603D is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 96 | 61 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.55 |
| HSL | 38.89º | 0.31% | 0.35% | - |
| HSV(B) | 38.89º | 0.47% | 0.45% | - |
| XYZ | 12.1 | 12.35 | 6.16 | - |
| YUV | 97.69 | 107.29 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 96 | 61 | 0 | 0.17 | 0.47 | 0.55 | 38.89 | 0.31 | 0.35 |
| Hex | 73 | 60 | 3D | 0 | 11 | 2F | 37 | 27 | 1F | 23 |
| Octal | 163 | 140 | 75 | 0 | 21 | 57 | 67 | 47 | 37 | 43 |
| Binary | 1110011 | 1100000 | 111101 | 0 | 10001 | 101111 | 110111 | 100111 | 11111 | 100011 |
Color Harmonies of #73603D
Complementary color
Monochromatic Colors of #73603D
Black with #73603D
Text Example
Text Example
White with #73603D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73603D; }
p { color: rgb(115,96,61); }
H1.HeaderClassName
{
color: #73603D;
}
.AnyTagClassName
{
color: #73603D;
}
</style>
background-color css
<style>
a { background-color: #73603D; }
a { background-color: rgb(115,96,61); }
div.DivClassName
{
background-color: #73603D;
}
.BgClassName
{
background-color: #73603D;
}
</style>
border-color css
<style>
span { border-color: #73603D; }
span { border-color: rgb(115,96,61); }
td.TdClassName
{
border-color: #73603D;
}
.TagClassName
{
border-color: #73603D;
}
</style>