Shades of Shingle Fawn #745832
Tints of Shingle Fawn #745832
RGB
CMYK
RGB Variations
Color information
#745832 (or 0x745832) is known color: Shingle Fawn. HEX triplet: 74, 58 and 32. RGB value is (116,88,50). Sum of RGB (Red+Green+Blue) = 116+88+50=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #745832 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745832 is #8BA7CD. Grayscale: #5C5C5C. Windows color (decimal): -9152462 or 3299444. OLE color: 3299444.
HSL color Cylindrical-coordinate representation of color #745832: hue angle of 34.55º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #745832 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 88 | 50 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.55 |
| HSL | 34.55º | 0.4% | 0.33% | - |
| HSV(B) | 34.55º | 0.57% | 0.45% | - |
| XYZ | 11.27 | 10.92 | 4.53 | - |
| YUV | 92.04 | 104.28 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 88 | 50 | 0 | 0.24 | 0.57 | 0.55 | 34.55 | 0.4 | 0.33 |
| Hex | 74 | 58 | 32 | 0 | 18 | 39 | 37 | 23 | 28 | 21 |
| Octal | 164 | 130 | 62 | 0 | 30 | 71 | 67 | 43 | 50 | 41 |
| Binary | 1110100 | 1011000 | 110010 | 0 | 11000 | 111001 | 110111 | 100011 | 101000 | 100001 |
Color Harmonies of #745832
Complementary color
Monochromatic Colors of #745832
Black with #745832
Text Example
Text Example
White with #745832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745832; }
p { color: rgb(116,88,50); }
H1.HeaderClassName
{
color: #745832;
}
.AnyTagClassName
{
color: #745832;
}
</style>
background-color css
<style>
a { background-color: #745832; }
a { background-color: rgb(116,88,50); }
div.DivClassName
{
background-color: #745832;
}
.BgClassName
{
background-color: #745832;
}
</style>
border-color css
<style>
span { border-color: #745832; }
span { border-color: rgb(116,88,50); }
td.TdClassName
{
border-color: #745832;
}
.TagClassName
{
border-color: #745832;
}
</style>