Shades of Shingle Fawn #745C38
Tints of Shingle Fawn #745C38
RGB
CMYK
RGB Variations
Color information
#745C38 (or 0x745C38) is known color: Shingle Fawn. HEX triplet: 74, 5C and 38. RGB value is (116,92,56). Sum of RGB (Red+Green+Blue) = 116+92+56=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #745C38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745C38 is #8BA3C7. Grayscale: #5F5F5F. Windows color (decimal): -9151432 or 3693684. OLE color: 3693684.
HSL color Cylindrical-coordinate representation of color #745C38: hue angle of 36º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #745C38 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 92 | 56 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.55 |
| HSL | 36º | 0.35% | 0.34% | - |
| HSV(B) | 36º | 0.52% | 0.45% | - |
| XYZ | 11.74 | 11.65 | 5.37 | - |
| YUV | 95.07 | 105.95 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 92 | 56 | 0 | 0.21 | 0.52 | 0.55 | 36 | 0.35 | 0.34 |
| Hex | 74 | 5C | 38 | 0 | 15 | 34 | 37 | 24 | 23 | 22 |
| Octal | 164 | 134 | 70 | 0 | 25 | 64 | 67 | 44 | 43 | 42 |
| Binary | 1110100 | 1011100 | 111000 | 0 | 10101 | 110100 | 110111 | 100100 | 100011 | 100010 |
Color Harmonies of #745C38
Complementary color
Monochromatic Colors of #745C38
Black with #745C38
Text Example
Text Example
White with #745C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745C38; }
p { color: rgb(116,92,56); }
H1.HeaderClassName
{
color: #745C38;
}
.AnyTagClassName
{
color: #745C38;
}
</style>
background-color css
<style>
a { background-color: #745C38; }
a { background-color: rgb(116,92,56); }
div.DivClassName
{
background-color: #745C38;
}
.BgClassName
{
background-color: #745C38;
}
</style>
border-color css
<style>
span { border-color: #745C38; }
span { border-color: rgb(116,92,56); }
td.TdClassName
{
border-color: #745C38;
}
.TagClassName
{
border-color: #745C38;
}
</style>