Shades of Shingle Fawn #765433
Tints of Shingle Fawn #765433
RGB
CMYK
RGB Variations
Color information
#765433 (or 0x765433) is known color: Shingle Fawn. HEX triplet: 76, 54 and 33. RGB value is (118,84,51). Sum of RGB (Red+Green+Blue) = 118+84+51=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #765433 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765433 is #89ABCC. Grayscale: #5A5A5A. Windows color (decimal): -9022413 or 3363958. OLE color: 3363958.
HSL color Cylindrical-coordinate representation of color #765433: hue angle of 29.55º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #765433 is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 84 | 51 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.54 |
| HSL | 29.55º | 0.4% | 0.33% | - |
| HSV(B) | 29.55º | 0.57% | 0.46% | - |
| XYZ | 11.24 | 10.43 | 4.55 | - |
| YUV | 90.4 | 105.76 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 84 | 51 | 0 | 0.29 | 0.57 | 0.54 | 29.55 | 0.4 | 0.33 |
| Hex | 76 | 54 | 33 | 0 | 1D | 39 | 36 | 1E | 28 | 21 |
| Octal | 166 | 124 | 63 | 0 | 35 | 71 | 66 | 36 | 50 | 41 |
| Binary | 1110110 | 1010100 | 110011 | 0 | 11101 | 111001 | 110110 | 11110 | 101000 | 100001 |
Color Harmonies of #765433
Complementary color
Monochromatic Colors of #765433
Black with #765433
Text Example
Text Example
White with #765433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765433; }
p { color: rgb(118,84,51); }
H1.HeaderClassName
{
color: #765433;
}
.AnyTagClassName
{
color: #765433;
}
</style>
background-color css
<style>
a { background-color: #765433; }
a { background-color: rgb(118,84,51); }
div.DivClassName
{
background-color: #765433;
}
.BgClassName
{
background-color: #765433;
}
</style>
border-color css
<style>
span { border-color: #765433; }
span { border-color: rgb(118,84,51); }
td.TdClassName
{
border-color: #765433;
}
.TagClassName
{
border-color: #765433;
}
</style>