Shades of Shingle Fawn #755A30
Tints of Shingle Fawn #755A30
RGB
CMYK
RGB Variations
Color information
#755A30 (or 0x755A30) is known color: Shingle Fawn. HEX triplet: 75, 5A and 30. RGB value is (117,90,48). Sum of RGB (Red+Green+Blue) = 117+90+48=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #755A30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755A30 is #8AA5CF. Grayscale: #5D5D5D. Windows color (decimal): -9086416 or 3168885. OLE color: 3168885.
HSL color Cylindrical-coordinate representation of color #755A30: hue angle of 36.52º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #755A30 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 90 | 48 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.54 |
| HSL | 36.52º | 0.42% | 0.32% | - |
| HSV(B) | 36.52º | 0.59% | 0.46% | - |
| XYZ | 11.53 | 11.31 | 4.37 | - |
| YUV | 93.29 | 102.45 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 48 | 0 | 0.23 | 0.59 | 0.54 | 36.52 | 0.42 | 0.32 |
| Hex | 75 | 5A | 30 | 0 | 17 | 3B | 36 | 25 | 2A | 20 |
| Octal | 165 | 132 | 60 | 0 | 27 | 73 | 66 | 45 | 52 | 40 |
| Binary | 1110101 | 1011010 | 110000 | 0 | 10111 | 111011 | 110110 | 100101 | 101010 | 100000 |
Color Harmonies of #755A30
Complementary color
Monochromatic Colors of #755A30
Black with #755A30
Text Example
Text Example
White with #755A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755A30; }
p { color: rgb(117,90,48); }
H1.HeaderClassName
{
color: #755A30;
}
.AnyTagClassName
{
color: #755A30;
}
</style>
background-color css
<style>
a { background-color: #755A30; }
a { background-color: rgb(117,90,48); }
div.DivClassName
{
background-color: #755A30;
}
.BgClassName
{
background-color: #755A30;
}
</style>
border-color css
<style>
span { border-color: #755A30; }
span { border-color: rgb(117,90,48); }
td.TdClassName
{
border-color: #755A30;
}
.TagClassName
{
border-color: #755A30;
}
</style>