Shades of Shingle Fawn #745234
Tints of Shingle Fawn #745234
RGB
CMYK
RGB Variations
Color information
#745234 (or 0x745234) is known color: Shingle Fawn. HEX triplet: 74, 52 and 34. RGB value is (116,82,52). Sum of RGB (Red+Green+Blue) = 116+82+52=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #745234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745234 is #8BADCB. Grayscale: #585858. Windows color (decimal): -9153996 or 3428980. OLE color: 3428980.
HSL color Cylindrical-coordinate representation of color #745234: hue angle of 28.12º 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 #745234 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 82 | 52 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.55 |
| HSL | 28.13º | 0.38% | 0.33% | - |
| HSV(B) | 28.13º | 0.55% | 0.45% | - |
| XYZ | 10.84 | 10 | 4.61 | - |
| YUV | 88.75 | 107.26 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 82 | 52 | 0 | 0.29 | 0.55 | 0.55 | 28.13 | 0.38 | 0.33 |
| Hex | 74 | 52 | 34 | 0 | 1D | 37 | 37 | 1C | 26 | 21 |
| Octal | 164 | 122 | 64 | 0 | 35 | 67 | 67 | 34 | 46 | 41 |
| Binary | 1110100 | 1010010 | 110100 | 0 | 11101 | 110111 | 110111 | 11100 | 100110 | 100001 |
Color Harmonies of #745234
Complementary color
Monochromatic Colors of #745234
Black with #745234
Text Example
Text Example
White with #745234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745234; }
p { color: rgb(116,82,52); }
H1.HeaderClassName
{
color: #745234;
}
.AnyTagClassName
{
color: #745234;
}
</style>
background-color css
<style>
a { background-color: #745234; }
a { background-color: rgb(116,82,52); }
div.DivClassName
{
background-color: #745234;
}
.BgClassName
{
background-color: #745234;
}
</style>
border-color css
<style>
span { border-color: #745234; }
span { border-color: rgb(116,82,52); }
td.TdClassName
{
border-color: #745234;
}
.TagClassName
{
border-color: #745234;
}
</style>