Shades of Shingle Fawn #745D3E
Tints of Shingle Fawn #745D3E
RGB
CMYK
RGB Variations
Color information
#745D3E (or 0x745D3E) is known color: Shingle Fawn. HEX triplet: 74, 5D and 3E. RGB value is (116,93,62). Sum of RGB (Red+Green+Blue) = 116+93+62=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 93 (36.72% from 255 or 34.32% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #745D3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745D3E is #8BA2C1. Grayscale: #606060. Windows color (decimal): -9151170 or 4087156. OLE color: 4087156.
HSL color Cylindrical-coordinate representation of color #745D3E: hue angle of 34.44º degrees, saturation: 0.3, 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 #745D3E is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 93 | 62 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.55 |
| HSL | 34.44º | 0.3% | 0.35% | - |
| HSV(B) | 34.44º | 0.47% | 0.45% | - |
| XYZ | 11.99 | 11.89 | 6.22 | - |
| YUV | 96.34 | 108.62 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 62 | 0 | 0.20 | 0.47 | 0.55 | 34.44 | 0.3 | 0.35 |
| Hex | 74 | 5D | 3E | 0 | 14 | 2F | 37 | 22 | 1E | 23 |
| Octal | 164 | 135 | 76 | 0 | 24 | 57 | 67 | 42 | 36 | 43 |
| Binary | 1110100 | 1011101 | 111110 | 0 | 10100 | 101111 | 110111 | 100010 | 11110 | 100011 |
Color Harmonies of #745D3E
Complementary color
Monochromatic Colors of #745D3E
Black with #745D3E
Text Example
Text Example
White with #745D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745D3E; }
p { color: rgb(116,93,62); }
H1.HeaderClassName
{
color: #745D3E;
}
.AnyTagClassName
{
color: #745D3E;
}
</style>
background-color css
<style>
a { background-color: #745D3E; }
a { background-color: rgb(116,93,62); }
div.DivClassName
{
background-color: #745D3E;
}
.BgClassName
{
background-color: #745D3E;
}
</style>
border-color css
<style>
span { border-color: #745D3E; }
span { border-color: rgb(116,93,62); }
td.TdClassName
{
border-color: #745D3E;
}
.TagClassName
{
border-color: #745D3E;
}
</style>