Shades of Shingle Fawn #745B34
Tints of Shingle Fawn #745B34
RGB
CMYK
RGB Variations
Color information
#745B34 (or 0x745B34) is known color: Shingle Fawn. HEX triplet: 74, 5B and 34. RGB value is (116,91,52). Sum of RGB (Red+Green+Blue) = 116+91+52=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 52 (20.70% from 255 or 20.08% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #745B34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745B34 is #8BA4CB. Grayscale: #5E5E5E. Windows color (decimal): -9151692 or 3431284. OLE color: 3431284.
HSL color Cylindrical-coordinate representation of color #745B34: hue angle of 36.56º 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 #745B34 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 91 | 52 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.55 |
| HSL | 36.56º | 0.38% | 0.33% | - |
| HSV(B) | 36.56º | 0.55% | 0.45% | - |
| XYZ | 11.56 | 11.44 | 4.85 | - |
| YUV | 94.03 | 104.28 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 91 | 52 | 0 | 0.22 | 0.55 | 0.55 | 36.56 | 0.38 | 0.33 |
| Hex | 74 | 5B | 34 | 0 | 16 | 37 | 37 | 25 | 26 | 21 |
| Octal | 164 | 133 | 64 | 0 | 26 | 67 | 67 | 45 | 46 | 41 |
| Binary | 1110100 | 1011011 | 110100 | 0 | 10110 | 110111 | 110111 | 100101 | 100110 | 100001 |
Color Harmonies of #745B34
Complementary color
Monochromatic Colors of #745B34
Black with #745B34
Text Example
Text Example
White with #745B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745B34; }
p { color: rgb(116,91,52); }
H1.HeaderClassName
{
color: #745B34;
}
.AnyTagClassName
{
color: #745B34;
}
</style>
background-color css
<style>
a { background-color: #745B34; }
a { background-color: rgb(116,91,52); }
div.DivClassName
{
background-color: #745B34;
}
.BgClassName
{
background-color: #745B34;
}
</style>
border-color css
<style>
span { border-color: #745B34; }
span { border-color: rgb(116,91,52); }
td.TdClassName
{
border-color: #745B34;
}
.TagClassName
{
border-color: #745B34;
}
</style>