Shades of Shingle Fawn #755333
Tints of Shingle Fawn #755333
RGB
CMYK
RGB Variations
Color information
#755333 (or 0x755333) is known color: Shingle Fawn. HEX triplet: 75, 53 and 33. RGB value is (117,83,51). Sum of RGB (Red+Green+Blue) = 117+83+51=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #755333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755333 is #8AACCC. Grayscale: #595959. Windows color (decimal): -9088205 or 3363701. OLE color: 3363701.
HSL color Cylindrical-coordinate representation of color #755333: hue angle of 29.09º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #755333 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 83 | 51 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.54 |
| HSL | 29.09º | 0.39% | 0.33% | - |
| HSV(B) | 29.09º | 0.56% | 0.46% | - |
| XYZ | 11.03 | 10.21 | 4.52 | - |
| YUV | 89.52 | 106.26 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 83 | 51 | 0 | 0.29 | 0.56 | 0.54 | 29.09 | 0.39 | 0.33 |
| Hex | 75 | 53 | 33 | 0 | 1D | 38 | 36 | 1D | 27 | 21 |
| Octal | 165 | 123 | 63 | 0 | 35 | 70 | 66 | 35 | 47 | 41 |
| Binary | 1110101 | 1010011 | 110011 | 0 | 11101 | 111000 | 110110 | 11101 | 100111 | 100001 |
Color Harmonies of #755333
Complementary color
Monochromatic Colors of #755333
Black with #755333
Text Example
Text Example
White with #755333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755333; }
p { color: rgb(117,83,51); }
H1.HeaderClassName
{
color: #755333;
}
.AnyTagClassName
{
color: #755333;
}
</style>
background-color css
<style>
a { background-color: #755333; }
a { background-color: rgb(117,83,51); }
div.DivClassName
{
background-color: #755333;
}
.BgClassName
{
background-color: #755333;
}
</style>
border-color css
<style>
span { border-color: #755333; }
span { border-color: rgb(117,83,51); }
td.TdClassName
{
border-color: #755333;
}
.TagClassName
{
border-color: #755333;
}
</style>