Shades of Yellow Metal #745F38
Tints of Yellow Metal #745F38
RGB
CMYK
RGB Variations
Color information
#745F38 (or 0x745F38) is known color: Yellow Metal. HEX triplet: 74, 5F and 38. RGB value is (116,95,56). Sum of RGB (Red+Green+Blue) = 116+95+56=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 95 (37.5% from 255 or 35.58% from 267); Blue value is 56 (22.27% from 255 or 20.97% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #745F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745F38 is #8BA0C7. Grayscale: #616161. Windows color (decimal): -9150664 or 3694452. OLE color: 3694452.
HSL color Cylindrical-coordinate representation of color #745F38: hue angle of 39º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #745F38 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 95 | 56 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.55 |
| HSL | 39º | 0.35% | 0.34% | - |
| HSV(B) | 39º | 0.52% | 0.45% | - |
| XYZ | 12.01 | 12.18 | 5.46 | - |
| YUV | 96.83 | 104.96 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 95 | 56 | 0 | 0.18 | 0.52 | 0.55 | 39 | 0.35 | 0.34 |
| Hex | 74 | 5F | 38 | 0 | 12 | 34 | 37 | 27 | 23 | 22 |
| Octal | 164 | 137 | 70 | 0 | 22 | 64 | 67 | 47 | 43 | 42 |
| Binary | 1110100 | 1011111 | 111000 | 0 | 10010 | 110100 | 110111 | 100111 | 100011 | 100010 |
Color Harmonies of #745F38
Complementary color
Monochromatic Colors of #745F38
Black with #745F38
Text Example
Text Example
White with #745F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745F38; }
p { color: rgb(116,95,56); }
H1.HeaderClassName
{
color: #745F38;
}
.AnyTagClassName
{
color: #745F38;
}
</style>
background-color css
<style>
a { background-color: #745F38; }
a { background-color: rgb(116,95,56); }
div.DivClassName
{
background-color: #745F38;
}
.BgClassName
{
background-color: #745F38;
}
</style>
border-color css
<style>
span { border-color: #745F38; }
span { border-color: rgb(116,95,56); }
td.TdClassName
{
border-color: #745F38;
}
.TagClassName
{
border-color: #745F38;
}
</style>