Shades of Yellow Metal #725F37
Tints of Yellow Metal #725F37
RGB
CMYK
RGB Variations
Color information
#725F37 (or 0x725F37) is known color: Yellow Metal. HEX triplet: 72, 5F and 37. RGB value is (114,95,55). Sum of RGB (Red+Green+Blue) = 114+95+55=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 55 (21.88% from 255 or 20.83% from 264); Max value from RGB is 114 - color contains mainly: red. Hex color #725F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725F37 is #8DA0C8. Grayscale: #606060. Windows color (decimal): -9281737 or 3628914. OLE color: 3628914.
HSL color Cylindrical-coordinate representation of color #725F37: hue angle of 40.68º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #725F37 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 95 | 55 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.55 |
| HSL | 40.68º | 0.35% | 0.33% | - |
| HSV(B) | 40.68º | 0.52% | 0.45% | - |
| XYZ | 11.72 | 12.04 | 5.32 | - |
| YUV | 96.12 | 104.79 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 95 | 55 | 0 | 0.17 | 0.52 | 0.55 | 40.68 | 0.35 | 0.33 |
| Hex | 72 | 5F | 37 | 0 | 11 | 34 | 37 | 29 | 23 | 21 |
| Octal | 162 | 137 | 67 | 0 | 21 | 64 | 67 | 51 | 43 | 41 |
| Binary | 1110010 | 1011111 | 110111 | 0 | 10001 | 110100 | 110111 | 101001 | 100011 | 100001 |
Color Harmonies of #725F37
Complementary color
Monochromatic Colors of #725F37
Black with #725F37
Text Example
Text Example
White with #725F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725F37; }
p { color: rgb(114,95,55); }
H1.HeaderClassName
{
color: #725F37;
}
.AnyTagClassName
{
color: #725F37;
}
</style>
background-color css
<style>
a { background-color: #725F37; }
a { background-color: rgb(114,95,55); }
div.DivClassName
{
background-color: #725F37;
}
.BgClassName
{
background-color: #725F37;
}
</style>
border-color css
<style>
span { border-color: #725F37; }
span { border-color: rgb(114,95,55); }
td.TdClassName
{
border-color: #725F37;
}
.TagClassName
{
border-color: #725F37;
}
</style>