Shades of Yellow Metal #72613B
Tints of Yellow Metal #72613B
RGB
CMYK
RGB Variations
Color information
#72613B (or 0x72613B) is known color: Yellow Metal. HEX triplet: 72, 61 and 3B. RGB value is (114,97,59). Sum of RGB (Red+Green+Blue) = 114+97+59=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 114 - color contains mainly: red. Hex color #72613B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72613B is #8D9EC4. Grayscale: #616161. Windows color (decimal): -9281221 or 3891570. OLE color: 3891570.
HSL color Cylindrical-coordinate representation of color #72613B: hue angle of 41.45º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72613B is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 97 | 59 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.55 |
| HSL | 41.45º | 0.32% | 0.34% | - |
| HSV(B) | 41.45º | 0.48% | 0.45% | - |
| XYZ | 12 | 12.44 | 5.91 | - |
| YUV | 97.75 | 106.13 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 97 | 59 | 0 | 0.15 | 0.48 | 0.55 | 41.45 | 0.32 | 0.34 |
| Hex | 72 | 61 | 3B | 0 | F | 30 | 37 | 29 | 20 | 22 |
| Octal | 162 | 141 | 73 | 0 | 17 | 60 | 67 | 51 | 40 | 42 |
| Binary | 1110010 | 1100001 | 111011 | 0 | 1111 | 110000 | 110111 | 101001 | 100000 | 100010 |
Color Harmonies of #72613B
Complementary color
Monochromatic Colors of #72613B
Black with #72613B
Text Example
Text Example
White with #72613B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72613B; }
p { color: rgb(114,97,59); }
H1.HeaderClassName
{
color: #72613B;
}
.AnyTagClassName
{
color: #72613B;
}
</style>
background-color css
<style>
a { background-color: #72613B; }
a { background-color: rgb(114,97,59); }
div.DivClassName
{
background-color: #72613B;
}
.BgClassName
{
background-color: #72613B;
}
</style>
border-color css
<style>
span { border-color: #72613B; }
span { border-color: rgb(114,97,59); }
td.TdClassName
{
border-color: #72613B;
}
.TagClassName
{
border-color: #72613B;
}
</style>