Shades of Yellow Metal #73653B
Tints of Yellow Metal #73653B
RGB
CMYK
RGB Variations
Color information
#73653B (or 0x73653B) is known color: Yellow Metal. HEX triplet: 73, 65 and 3B. RGB value is (115,101,59). Sum of RGB (Red+Green+Blue) = 115+101+59=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 115 - color contains mainly: red. Hex color #73653B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73653B is #8C9AC4. Grayscale: #646464. Windows color (decimal): -9214661 or 3892595. OLE color: 3892595.
HSL color Cylindrical-coordinate representation of color #73653B: hue angle of 45º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73653B is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 101 | 59 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.55 |
| HSL | 45º | 0.32% | 0.34% | - |
| HSV(B) | 45º | 0.49% | 0.45% | - |
| XYZ | 12.51 | 13.27 | 6.04 | - |
| YUV | 100.4 | 104.64 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 101 | 59 | 0 | 0.12 | 0.49 | 0.55 | 45 | 0.32 | 0.34 |
| Hex | 73 | 65 | 3B | 0 | C | 31 | 37 | 2D | 20 | 22 |
| Octal | 163 | 145 | 73 | 0 | 14 | 61 | 67 | 55 | 40 | 42 |
| Binary | 1110011 | 1100101 | 111011 | 0 | 1100 | 110001 | 110111 | 101101 | 100000 | 100010 |
Color Harmonies of #73653B
Complementary color
Monochromatic Colors of #73653B
Black with #73653B
Text Example
Text Example
White with #73653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73653B; }
p { color: rgb(115,101,59); }
H1.HeaderClassName
{
color: #73653B;
}
.AnyTagClassName
{
color: #73653B;
}
</style>
background-color css
<style>
a { background-color: #73653B; }
a { background-color: rgb(115,101,59); }
div.DivClassName
{
background-color: #73653B;
}
.BgClassName
{
background-color: #73653B;
}
</style>
border-color css
<style>
span { border-color: #73653B; }
span { border-color: rgb(115,101,59); }
td.TdClassName
{
border-color: #73653B;
}
.TagClassName
{
border-color: #73653B;
}
</style>