Shades of Yellow Metal #72653D
Tints of Yellow Metal #72653D
RGB
CMYK
RGB Variations
Color information
#72653D (or 0x72653D) is known color: Yellow Metal. HEX triplet: 72, 65 and 3D. RGB value is (114,101,61). Sum of RGB (Red+Green+Blue) = 114+101+61=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 114 - color contains mainly: red. Hex color #72653D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72653D is #8D9AC2. Grayscale: #646464. Windows color (decimal): -9280195 or 4023666. OLE color: 4023666.
HSL color Cylindrical-coordinate representation of color #72653D: hue angle of 45.28º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72653D is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 101 | 61 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.55 |
| HSL | 45.28º | 0.3% | 0.34% | - |
| HSV(B) | 45.28º | 0.46% | 0.45% | - |
| XYZ | 12.44 | 13.22 | 6.31 | - |
| YUV | 100.33 | 105.81 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 101 | 61 | 0 | 0.11 | 0.46 | 0.55 | 45.28 | 0.3 | 0.34 |
| Hex | 72 | 65 | 3D | 0 | B | 2E | 37 | 2D | 1E | 22 |
| Octal | 162 | 145 | 75 | 0 | 13 | 56 | 67 | 55 | 36 | 42 |
| Binary | 1110010 | 1100101 | 111101 | 0 | 1011 | 101110 | 110111 | 101101 | 11110 | 100010 |
Color Harmonies of #72653D
Complementary color
Monochromatic Colors of #72653D
Black with #72653D
Text Example
Text Example
White with #72653D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72653D; }
p { color: rgb(114,101,61); }
H1.HeaderClassName
{
color: #72653D;
}
.AnyTagClassName
{
color: #72653D;
}
</style>
background-color css
<style>
a { background-color: #72653D; }
a { background-color: rgb(114,101,61); }
div.DivClassName
{
background-color: #72653D;
}
.BgClassName
{
background-color: #72653D;
}
</style>
border-color css
<style>
span { border-color: #72653D; }
span { border-color: rgb(114,101,61); }
td.TdClassName
{
border-color: #72653D;
}
.TagClassName
{
border-color: #72653D;
}
</style>