Shades of Yellow Metal #735E3D
Tints of Yellow Metal #735E3D
RGB
CMYK
RGB Variations
Color information
#735E3D (or 0x735E3D) is known color: Yellow Metal. HEX triplet: 73, 5E and 3D. RGB value is (115,94,61). Sum of RGB (Red+Green+Blue) = 115+94+61=270 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.59% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 115 - color contains mainly: red. Hex color #735E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735E3D is #8CA1C2. Grayscale: #606060. Windows color (decimal): -9216451 or 4021875. OLE color: 4021875.
HSL color Cylindrical-coordinate representation of color #735E3D: hue angle of 36.67º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #735E3D is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 94 | 61 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.55 |
| HSL | 36.67º | 0.31% | 0.35% | - |
| HSV(B) | 36.67º | 0.47% | 0.45% | - |
| XYZ | 11.92 | 11.99 | 6.1 | - |
| YUV | 96.52 | 107.96 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 94 | 61 | 0 | 0.18 | 0.47 | 0.55 | 36.67 | 0.31 | 0.35 |
| Hex | 73 | 5E | 3D | 0 | 12 | 2F | 37 | 25 | 1F | 23 |
| Octal | 163 | 136 | 75 | 0 | 22 | 57 | 67 | 45 | 37 | 43 |
| Binary | 1110011 | 1011110 | 111101 | 0 | 10010 | 101111 | 110111 | 100101 | 11111 | 100011 |
Color Harmonies of #735E3D
Complementary color
Monochromatic Colors of #735E3D
Black with #735E3D
Text Example
Text Example
White with #735E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735E3D; }
p { color: rgb(115,94,61); }
H1.HeaderClassName
{
color: #735E3D;
}
.AnyTagClassName
{
color: #735E3D;
}
</style>
background-color css
<style>
a { background-color: #735E3D; }
a { background-color: rgb(115,94,61); }
div.DivClassName
{
background-color: #735E3D;
}
.BgClassName
{
background-color: #735E3D;
}
</style>
border-color css
<style>
span { border-color: #735E3D; }
span { border-color: rgb(115,94,61); }
td.TdClassName
{
border-color: #735E3D;
}
.TagClassName
{
border-color: #735E3D;
}
</style>