Shades of Shingle Fawn #745A3B
Tints of Shingle Fawn #745A3B
RGB
CMYK
RGB Variations
Color information
#745A3B (or 0x745A3B) is known color: Shingle Fawn. HEX triplet: 74, 5A and 3B. RGB value is (116,90,59). Sum of RGB (Red+Green+Blue) = 116+90+59=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #745A3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745A3B is #8BA5C4. Grayscale: #5E5E5E. Windows color (decimal): -9151941 or 3889780. OLE color: 3889780.
HSL color Cylindrical-coordinate representation of color #745A3B: hue angle of 32.63º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #745A3B is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 90 | 59 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.55 |
| HSL | 32.63º | 0.33% | 0.34% | - |
| HSV(B) | 32.63º | 0.49% | 0.45% | - |
| XYZ | 11.65 | 11.34 | 5.71 | - |
| YUV | 94.24 | 108.11 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 59 | 0 | 0.22 | 0.49 | 0.55 | 32.63 | 0.33 | 0.34 |
| Hex | 74 | 5A | 3B | 0 | 16 | 31 | 37 | 21 | 21 | 22 |
| Octal | 164 | 132 | 73 | 0 | 26 | 61 | 67 | 41 | 41 | 42 |
| Binary | 1110100 | 1011010 | 111011 | 0 | 10110 | 110001 | 110111 | 100001 | 100001 | 100010 |
Color Harmonies of #745A3B
Complementary color
Monochromatic Colors of #745A3B
Black with #745A3B
Text Example
Text Example
White with #745A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745A3B; }
p { color: rgb(116,90,59); }
H1.HeaderClassName
{
color: #745A3B;
}
.AnyTagClassName
{
color: #745A3B;
}
</style>
background-color css
<style>
a { background-color: #745A3B; }
a { background-color: rgb(116,90,59); }
div.DivClassName
{
background-color: #745A3B;
}
.BgClassName
{
background-color: #745A3B;
}
</style>
border-color css
<style>
span { border-color: #745A3B; }
span { border-color: rgb(116,90,59); }
td.TdClassName
{
border-color: #745A3B;
}
.TagClassName
{
border-color: #745A3B;
}
</style>