Shades of Yellow Metal #725F41
Tints of Yellow Metal #725F41
RGB
CMYK
RGB Variations
Color information
#725F41 (or 0x725F41) is known color: Yellow Metal. HEX triplet: 72, 5F and 41. RGB value is (114,95,65). Sum of RGB (Red+Green+Blue) = 114+95+65=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 114 - color contains mainly: red. Hex color #725F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725F41 is #8DA0BE. Grayscale: #616161. Windows color (decimal): -9281727 or 4284274. OLE color: 4284274.
HSL color Cylindrical-coordinate representation of color #725F41: hue angle of 36.73º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #725F41 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 95 | 65 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.55 |
| HSL | 36.73º | 0.27% | 0.35% | - |
| HSV(B) | 36.73º | 0.43% | 0.45% | - |
| XYZ | 11.99 | 12.14 | 6.71 | - |
| YUV | 97.26 | 109.79 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 95 | 65 | 0 | 0.17 | 0.43 | 0.55 | 36.73 | 0.27 | 0.35 |
| Hex | 72 | 5F | 41 | 0 | 11 | 2B | 37 | 25 | 1B | 23 |
| Octal | 162 | 137 | 101 | 0 | 21 | 53 | 67 | 45 | 33 | 43 |
| Binary | 1110010 | 1011111 | 1000001 | 0 | 10001 | 101011 | 110111 | 100101 | 11011 | 100011 |
Color Harmonies of #725F41
Complementary color
Monochromatic Colors of #725F41
Black with #725F41
Text Example
Text Example
White with #725F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725F41; }
p { color: rgb(114,95,65); }
H1.HeaderClassName
{
color: #725F41;
}
.AnyTagClassName
{
color: #725F41;
}
</style>
background-color css
<style>
a { background-color: #725F41; }
a { background-color: rgb(114,95,65); }
div.DivClassName
{
background-color: #725F41;
}
.BgClassName
{
background-color: #725F41;
}
</style>
border-color css
<style>
span { border-color: #725F41; }
span { border-color: rgb(114,95,65); }
td.TdClassName
{
border-color: #725F41;
}
.TagClassName
{
border-color: #725F41;
}
</style>