Shades of Yellow Metal #74603B
Tints of Yellow Metal #74603B
RGB
CMYK
RGB Variations
Color information
#74603B (or 0x74603B) is known color: Yellow Metal. HEX triplet: 74, 60 and 3B. RGB value is (116,96,59). Sum of RGB (Red+Green+Blue) = 116+96+59=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #74603B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74603B is #8B9FC4. Grayscale: #616161. Windows color (decimal): -9150405 or 3891316. OLE color: 3891316.
HSL color Cylindrical-coordinate representation of color #74603B: hue angle of 38.95º degrees, saturation: 0.33, 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 #74603B is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 96 | 59 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.55 |
| HSL | 38.95º | 0.33% | 0.34% | - |
| HSV(B) | 38.95º | 0.49% | 0.45% | - |
| XYZ | 12.17 | 12.39 | 5.89 | - |
| YUV | 97.76 | 106.13 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 96 | 59 | 0 | 0.17 | 0.49 | 0.55 | 38.95 | 0.33 | 0.34 |
| Hex | 74 | 60 | 3B | 0 | 11 | 31 | 37 | 27 | 21 | 22 |
| Octal | 164 | 140 | 73 | 0 | 21 | 61 | 67 | 47 | 41 | 42 |
| Binary | 1110100 | 1100000 | 111011 | 0 | 10001 | 110001 | 110111 | 100111 | 100001 | 100010 |
Color Harmonies of #74603B
Complementary color
Monochromatic Colors of #74603B
Black with #74603B
Text Example
Text Example
White with #74603B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74603B; }
p { color: rgb(116,96,59); }
H1.HeaderClassName
{
color: #74603B;
}
.AnyTagClassName
{
color: #74603B;
}
</style>
background-color css
<style>
a { background-color: #74603B; }
a { background-color: rgb(116,96,59); }
div.DivClassName
{
background-color: #74603B;
}
.BgClassName
{
background-color: #74603B;
}
</style>
border-color css
<style>
span { border-color: #74603B; }
span { border-color: rgb(116,96,59); }
td.TdClassName
{
border-color: #74603B;
}
.TagClassName
{
border-color: #74603B;
}
</style>