Shades of Shingle Fawn #745A33
Tints of Shingle Fawn #745A33
RGB
CMYK
RGB Variations
Color information
#745A33 (or 0x745A33) is known color: Shingle Fawn. HEX triplet: 74, 5A and 33. RGB value is (116,90,51). Sum of RGB (Red+Green+Blue) = 116+90+51=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #745A33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745A33 is #8BA5CC. Grayscale: #5D5D5D. Windows color (decimal): -9151949 or 3365492. OLE color: 3365492.
HSL color Cylindrical-coordinate representation of color #745A33: hue angle of 36º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #745A33 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 90 | 51 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.55 |
| HSL | 36º | 0.39% | 0.33% | - |
| HSV(B) | 36º | 0.56% | 0.45% | - |
| XYZ | 11.46 | 11.26 | 4.7 | - |
| YUV | 93.33 | 104.11 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 51 | 0 | 0.22 | 0.56 | 0.55 | 36 | 0.39 | 0.33 |
| Hex | 74 | 5A | 33 | 0 | 16 | 38 | 37 | 24 | 27 | 21 |
| Octal | 164 | 132 | 63 | 0 | 26 | 70 | 67 | 44 | 47 | 41 |
| Binary | 1110100 | 1011010 | 110011 | 0 | 10110 | 111000 | 110111 | 100100 | 100111 | 100001 |
Color Harmonies of #745A33
Complementary color
Monochromatic Colors of #745A33
Black with #745A33
Text Example
Text Example
White with #745A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745A33; }
p { color: rgb(116,90,51); }
H1.HeaderClassName
{
color: #745A33;
}
.AnyTagClassName
{
color: #745A33;
}
</style>
background-color css
<style>
a { background-color: #745A33; }
a { background-color: rgb(116,90,51); }
div.DivClassName
{
background-color: #745A33;
}
.BgClassName
{
background-color: #745A33;
}
</style>
border-color css
<style>
span { border-color: #745A33; }
span { border-color: rgb(116,90,51); }
td.TdClassName
{
border-color: #745A33;
}
.TagClassName
{
border-color: #745A33;
}
</style>