Shades of Shingle Fawn #745D34
Tints of Shingle Fawn #745D34
RGB
CMYK
RGB Variations
Color information
#745D34 (or 0x745D34) is known color: Shingle Fawn. HEX triplet: 74, 5D and 34. RGB value is (116,93,52). Sum of RGB (Red+Green+Blue) = 116+93+52=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #745D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745D34 is #8BA2CB. Grayscale: #5F5F5F. Windows color (decimal): -9151180 or 3431796. OLE color: 3431796.
HSL color Cylindrical-coordinate representation of color #745D34: hue angle of 38.44º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #745D34 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 93 | 52 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.55 |
| HSL | 38.44º | 0.38% | 0.33% | - |
| HSV(B) | 38.44º | 0.55% | 0.45% | - |
| XYZ | 11.74 | 11.79 | 4.91 | - |
| YUV | 95.2 | 103.62 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 52 | 0 | 0.20 | 0.55 | 0.55 | 38.44 | 0.38 | 0.33 |
| Hex | 74 | 5D | 34 | 0 | 14 | 37 | 37 | 26 | 26 | 21 |
| Octal | 164 | 135 | 64 | 0 | 24 | 67 | 67 | 46 | 46 | 41 |
| Binary | 1110100 | 1011101 | 110100 | 0 | 10100 | 110111 | 110111 | 100110 | 100110 | 100001 |
Color Harmonies of #745D34
Complementary color
Monochromatic Colors of #745D34
Black with #745D34
Text Example
Text Example
White with #745D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745D34; }
p { color: rgb(116,93,52); }
H1.HeaderClassName
{
color: #745D34;
}
.AnyTagClassName
{
color: #745D34;
}
</style>
background-color css
<style>
a { background-color: #745D34; }
a { background-color: rgb(116,93,52); }
div.DivClassName
{
background-color: #745D34;
}
.BgClassName
{
background-color: #745D34;
}
</style>
border-color css
<style>
span { border-color: #745D34; }
span { border-color: rgb(116,93,52); }
td.TdClassName
{
border-color: #745D34;
}
.TagClassName
{
border-color: #745D34;
}
</style>