Shades of Yellow Metal #72603F
Tints of Yellow Metal #72603F
RGB
CMYK
RGB Variations
Color information
#72603F (or 0x72603F) is known color: Yellow Metal. HEX triplet: 72, 60 and 3F. RGB value is (114,96,63). Sum of RGB (Red+Green+Blue) = 114+96+63=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #72603F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72603F is #8D9FC0. Grayscale: #616161. Windows color (decimal): -9281473 or 4153458. OLE color: 4153458.
HSL color Cylindrical-coordinate representation of color #72603F: hue angle of 38.82º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72603F is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 96 | 63 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.55 |
| HSL | 38.82º | 0.29% | 0.35% | - |
| HSV(B) | 38.82º | 0.45% | 0.45% | - |
| XYZ | 12.02 | 12.3 | 6.44 | - |
| YUV | 97.62 | 108.46 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 96 | 63 | 0 | 0.16 | 0.45 | 0.55 | 38.82 | 0.29 | 0.35 |
| Hex | 72 | 60 | 3F | 0 | 10 | 2D | 37 | 27 | 1D | 23 |
| Octal | 162 | 140 | 77 | 0 | 20 | 55 | 67 | 47 | 35 | 43 |
| Binary | 1110010 | 1100000 | 111111 | 0 | 10000 | 101101 | 110111 | 100111 | 11101 | 100011 |
Color Harmonies of #72603F
Complementary color
Monochromatic Colors of #72603F
Black with #72603F
Text Example
Text Example
White with #72603F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72603F; }
p { color: rgb(114,96,63); }
H1.HeaderClassName
{
color: #72603F;
}
.AnyTagClassName
{
color: #72603F;
}
</style>
background-color css
<style>
a { background-color: #72603F; }
a { background-color: rgb(114,96,63); }
div.DivClassName
{
background-color: #72603F;
}
.BgClassName
{
background-color: #72603F;
}
</style>
border-color css
<style>
span { border-color: #72603F; }
span { border-color: rgb(114,96,63); }
td.TdClassName
{
border-color: #72603F;
}
.TagClassName
{
border-color: #72603F;
}
</style>