Shades of Yellow Metal #72623A
Tints of Yellow Metal #72623A
RGB
CMYK
RGB Variations
Color information
#72623A (or 0x72623A) is known color: Yellow Metal. HEX triplet: 72, 62 and 3A. RGB value is (114,98,58). Sum of RGB (Red+Green+Blue) = 114+98+58=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 114 - color contains mainly: red. Hex color #72623A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72623A is #8D9DC5. Grayscale: #626262. Windows color (decimal): -9280966 or 3826290. OLE color: 3826290.
HSL color Cylindrical-coordinate representation of color #72623A: hue angle of 42.86º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72623A is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 98 | 58 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.55 |
| HSL | 42.86º | 0.33% | 0.34% | - |
| HSV(B) | 42.86º | 0.49% | 0.45% | - |
| XYZ | 12.07 | 12.62 | 5.8 | - |
| YUV | 98.22 | 105.3 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 98 | 58 | 0 | 0.14 | 0.49 | 0.55 | 42.86 | 0.33 | 0.34 |
| Hex | 72 | 62 | 3A | 0 | E | 31 | 37 | 2B | 21 | 22 |
| Octal | 162 | 142 | 72 | 0 | 16 | 61 | 67 | 53 | 41 | 42 |
| Binary | 1110010 | 1100010 | 111010 | 0 | 1110 | 110001 | 110111 | 101011 | 100001 | 100010 |
Color Harmonies of #72623A
Complementary color
Monochromatic Colors of #72623A
Black with #72623A
Text Example
Text Example
White with #72623A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72623A; }
p { color: rgb(114,98,58); }
H1.HeaderClassName
{
color: #72623A;
}
.AnyTagClassName
{
color: #72623A;
}
</style>
background-color css
<style>
a { background-color: #72623A; }
a { background-color: rgb(114,98,58); }
div.DivClassName
{
background-color: #72623A;
}
.BgClassName
{
background-color: #72623A;
}
</style>
border-color css
<style>
span { border-color: #72623A; }
span { border-color: rgb(114,98,58); }
td.TdClassName
{
border-color: #72623A;
}
.TagClassName
{
border-color: #72623A;
}
</style>