Shades of Yellow Metal #72623E
Tints of Yellow Metal #72623E
RGB
CMYK
RGB Variations
Color information
#72623E (or 0x72623E) is known color: Yellow Metal. HEX triplet: 72, 62 and 3E. RGB value is (114,98,62). Sum of RGB (Red+Green+Blue) = 114+98+62=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 114 - color contains mainly: red. Hex color #72623E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72623E is #8D9DC1. Grayscale: #626262. Windows color (decimal): -9280962 or 4088434. OLE color: 4088434.
HSL color Cylindrical-coordinate representation of color #72623E: hue angle of 41.54º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72623E is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 98 | 62 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.55 |
| HSL | 41.54º | 0.3% | 0.35% | - |
| HSV(B) | 41.54º | 0.46% | 0.45% | - |
| XYZ | 12.18 | 12.66 | 6.36 | - |
| YUV | 98.68 | 107.3 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 98 | 62 | 0 | 0.14 | 0.46 | 0.55 | 41.54 | 0.3 | 0.35 |
| Hex | 72 | 62 | 3E | 0 | E | 2E | 37 | 2A | 1E | 23 |
| Octal | 162 | 142 | 76 | 0 | 16 | 56 | 67 | 52 | 36 | 43 |
| Binary | 1110010 | 1100010 | 111110 | 0 | 1110 | 101110 | 110111 | 101010 | 11110 | 100011 |
Color Harmonies of #72623E
Complementary color
Monochromatic Colors of #72623E
Black with #72623E
Text Example
Text Example
White with #72623E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72623E; }
p { color: rgb(114,98,62); }
H1.HeaderClassName
{
color: #72623E;
}
.AnyTagClassName
{
color: #72623E;
}
</style>
background-color css
<style>
a { background-color: #72623E; }
a { background-color: rgb(114,98,62); }
div.DivClassName
{
background-color: #72623E;
}
.BgClassName
{
background-color: #72623E;
}
</style>
border-color css
<style>
span { border-color: #72623E; }
span { border-color: rgb(114,98,62); }
td.TdClassName
{
border-color: #72623E;
}
.TagClassName
{
border-color: #72623E;
}
</style>