Shades of Shingle Fawn #745E3F
Tints of Shingle Fawn #745E3F
RGB
CMYK
RGB Variations
Color information
#745E3F (or 0x745E3F) is known color: Shingle Fawn. HEX triplet: 74, 5E and 3F. RGB value is (116,94,63). Sum of RGB (Red+Green+Blue) = 116+94+63=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #745E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745E3F is #8BA1C0. Grayscale: #616161. Windows color (decimal): -9150913 or 4152948. OLE color: 4152948.
HSL color Cylindrical-coordinate representation of color #745E3F: hue angle of 35.09º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #745E3F is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 94 | 63 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.55 |
| HSL | 35.09º | 0.3% | 0.35% | - |
| HSV(B) | 35.09º | 0.46% | 0.45% | - |
| XYZ | 12.1 | 12.08 | 6.4 | - |
| YUV | 97.04 | 108.79 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 94 | 63 | 0 | 0.19 | 0.46 | 0.55 | 35.09 | 0.3 | 0.35 |
| Hex | 74 | 5E | 3F | 0 | 13 | 2E | 37 | 23 | 1E | 23 |
| Octal | 164 | 136 | 77 | 0 | 23 | 56 | 67 | 43 | 36 | 43 |
| Binary | 1110100 | 1011110 | 111111 | 0 | 10011 | 101110 | 110111 | 100011 | 11110 | 100011 |
Color Harmonies of #745E3F
Complementary color
Monochromatic Colors of #745E3F
Black with #745E3F
Text Example
Text Example
White with #745E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745E3F; }
p { color: rgb(116,94,63); }
H1.HeaderClassName
{
color: #745E3F;
}
.AnyTagClassName
{
color: #745E3F;
}
</style>
background-color css
<style>
a { background-color: #745E3F; }
a { background-color: rgb(116,94,63); }
div.DivClassName
{
background-color: #745E3F;
}
.BgClassName
{
background-color: #745E3F;
}
</style>
border-color css
<style>
span { border-color: #745E3F; }
span { border-color: rgb(116,94,63); }
td.TdClassName
{
border-color: #745E3F;
}
.TagClassName
{
border-color: #745E3F;
}
</style>