Shades of Shingle Fawn #745B31
Tints of Shingle Fawn #745B31
RGB
CMYK
RGB Variations
Color information
#745B31 (or 0x745B31) is known color: Shingle Fawn. HEX triplet: 74, 5B and 31. RGB value is (116,91,49). Sum of RGB (Red+Green+Blue) = 116+91+49=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #745B31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745B31 is #8BA4CE. Grayscale: #5D5D5D. Windows color (decimal): -9151695 or 3234676. OLE color: 3234676.
HSL color Cylindrical-coordinate representation of color #745B31: hue angle of 37.61º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #745B31 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 91 | 49 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.55 |
| HSL | 37.61º | 0.41% | 0.32% | - |
| HSV(B) | 37.61º | 0.58% | 0.45% | - |
| XYZ | 11.5 | 11.42 | 4.5 | - |
| YUV | 93.69 | 102.78 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 91 | 49 | 0 | 0.22 | 0.58 | 0.55 | 37.61 | 0.41 | 0.32 |
| Hex | 74 | 5B | 31 | 0 | 16 | 3A | 37 | 26 | 29 | 20 |
| Octal | 164 | 133 | 61 | 0 | 26 | 72 | 67 | 46 | 51 | 40 |
| Binary | 1110100 | 1011011 | 110001 | 0 | 10110 | 111010 | 110111 | 100110 | 101001 | 100000 |
Color Harmonies of #745B31
Complementary color
Monochromatic Colors of #745B31
Black with #745B31
Text Example
Text Example
White with #745B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745B31; }
p { color: rgb(116,91,49); }
H1.HeaderClassName
{
color: #745B31;
}
.AnyTagClassName
{
color: #745B31;
}
</style>
background-color css
<style>
a { background-color: #745B31; }
a { background-color: rgb(116,91,49); }
div.DivClassName
{
background-color: #745B31;
}
.BgClassName
{
background-color: #745B31;
}
</style>
border-color css
<style>
span { border-color: #745B31; }
span { border-color: rgb(116,91,49); }
td.TdClassName
{
border-color: #745B31;
}
.TagClassName
{
border-color: #745B31;
}
</style>