Shades of Shingle Fawn #745D3A
Tints of Shingle Fawn #745D3A
RGB
CMYK
RGB Variations
Color information
#745D3A (or 0x745D3A) is known color: Shingle Fawn. HEX triplet: 74, 5D and 3A. RGB value is (116,93,58). Sum of RGB (Red+Green+Blue) = 116+93+58=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #745D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745D3A is #8BA2C5. Grayscale: #606060. Windows color (decimal): -9151174 or 3825012. OLE color: 3825012.
HSL color Cylindrical-coordinate representation of color #745D3A: hue angle of 36.21º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #745D3A is Cyan = 0, Magento = 0.20, Yellow = 0.5 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 93 | 58 | - |
| CMYK | 0 | 0.20 | 0.5 | 0.55 |
| HSL | 36.21º | 0.33% | 0.34% | - |
| HSV(B) | 36.21º | 0.5% | 0.45% | - |
| XYZ | 11.88 | 11.85 | 5.66 | - |
| YUV | 95.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 58 | 0 | 0.20 | 0.5 | 0.55 | 36.21 | 0.33 | 0.34 |
| Hex | 74 | 5D | 3A | 0 | 14 | 32 | 37 | 24 | 21 | 22 |
| Octal | 164 | 135 | 72 | 0 | 24 | 62 | 67 | 44 | 41 | 42 |
| Binary | 1110100 | 1011101 | 111010 | 0 | 10100 | 110010 | 110111 | 100100 | 100001 | 100010 |
Color Harmonies of #745D3A
Complementary color
Monochromatic Colors of #745D3A
Black with #745D3A
Text Example
Text Example
White with #745D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745D3A; }
p { color: rgb(116,93,58); }
H1.HeaderClassName
{
color: #745D3A;
}
.AnyTagClassName
{
color: #745D3A;
}
</style>
background-color css
<style>
a { background-color: #745D3A; }
a { background-color: rgb(116,93,58); }
div.DivClassName
{
background-color: #745D3A;
}
.BgClassName
{
background-color: #745D3A;
}
</style>
border-color css
<style>
span { border-color: #745D3A; }
span { border-color: rgb(116,93,58); }
td.TdClassName
{
border-color: #745D3A;
}
.TagClassName
{
border-color: #745D3A;
}
</style>