Shades of Yellow Metal #72653F
Tints of Yellow Metal #72653F
RGB
CMYK
RGB Variations
Color information
#72653F (or 0x72653F) is known color: Yellow Metal. HEX triplet: 72, 65 and 3F. RGB value is (114,101,63). Sum of RGB (Red+Green+Blue) = 114+101+63=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 114 - color contains mainly: red. Hex color #72653F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72653F is #8D9AC0. Grayscale: #646464. Windows color (decimal): -9280193 or 4154738. OLE color: 4154738.
HSL color Cylindrical-coordinate representation of color #72653F: hue angle of 44.71º 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 #72653F is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 101 | 63 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.55 |
| HSL | 44.71º | 0.29% | 0.35% | - |
| HSV(B) | 44.71º | 0.45% | 0.45% | - |
| XYZ | 12.49 | 13.24 | 6.6 | - |
| YUV | 100.56 | 106.81 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 101 | 63 | 0 | 0.11 | 0.45 | 0.55 | 44.71 | 0.29 | 0.35 |
| Hex | 72 | 65 | 3F | 0 | B | 2D | 37 | 2D | 1D | 23 |
| Octal | 162 | 145 | 77 | 0 | 13 | 55 | 67 | 55 | 35 | 43 |
| Binary | 1110010 | 1100101 | 111111 | 0 | 1011 | 101101 | 110111 | 101101 | 11101 | 100011 |
Color Harmonies of #72653F
Complementary color
Monochromatic Colors of #72653F
Black with #72653F
Text Example
Text Example
White with #72653F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72653F; }
p { color: rgb(114,101,63); }
H1.HeaderClassName
{
color: #72653F;
}
.AnyTagClassName
{
color: #72653F;
}
</style>
background-color css
<style>
a { background-color: #72653F; }
a { background-color: rgb(114,101,63); }
div.DivClassName
{
background-color: #72653F;
}
.BgClassName
{
background-color: #72653F;
}
</style>
border-color css
<style>
span { border-color: #72653F; }
span { border-color: rgb(114,101,63); }
td.TdClassName
{
border-color: #72653F;
}
.TagClassName
{
border-color: #72653F;
}
</style>