Shades of Yellow Metal #726543
Tints of Yellow Metal #726543
RGB
CMYK
RGB Variations
Color information
#726543 (or 0x726543) is known color: Yellow Metal. HEX triplet: 72, 65 and 43. RGB value is (114,101,67). Sum of RGB (Red+Green+Blue) = 114+101+67=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 67 (26.56% from 255 or 23.76% from 282); Max value from RGB is 114 - color contains mainly: red. Hex color #726543 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726543 is #8D9ABC. Grayscale: #656565. Windows color (decimal): -9280189 or 4416882. OLE color: 4416882.
HSL color Cylindrical-coordinate representation of color #726543: hue angle of 43.4º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #726543 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 101 | 67 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.55 |
| HSL | 43.4º | 0.26% | 0.35% | - |
| HSV(B) | 43.4º | 0.41% | 0.45% | - |
| XYZ | 12.61 | 13.29 | 7.21 | - |
| YUV | 101.01 | 108.81 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 101 | 67 | 0 | 0.11 | 0.41 | 0.55 | 43.4 | 0.26 | 0.35 |
| Hex | 72 | 65 | 43 | 0 | B | 29 | 37 | 2B | 1A | 23 |
| Octal | 162 | 145 | 103 | 0 | 13 | 51 | 67 | 53 | 32 | 43 |
| Binary | 1110010 | 1100101 | 1000011 | 0 | 1011 | 101001 | 110111 | 101011 | 11010 | 100011 |
Color Harmonies of #726543
Complementary color
Monochromatic Colors of #726543
Black with #726543
Text Example
Text Example
White with #726543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726543; }
p { color: rgb(114,101,67); }
H1.HeaderClassName
{
color: #726543;
}
.AnyTagClassName
{
color: #726543;
}
</style>
background-color css
<style>
a { background-color: #726543; }
a { background-color: rgb(114,101,67); }
div.DivClassName
{
background-color: #726543;
}
.BgClassName
{
background-color: #726543;
}
</style>
border-color css
<style>
span { border-color: #726543; }
span { border-color: rgb(114,101,67); }
td.TdClassName
{
border-color: #726543;
}
.TagClassName
{
border-color: #726543;
}
</style>