Shades of Shingle Fawn #805D36
Tints of Shingle Fawn #805D36
RGB
CMYK
RGB Variations
Color information
#805D36 (or 0x805D36) is known color: Shingle Fawn. HEX triplet: 80, 5D and 36. RGB value is (128,93,54). Sum of RGB (Red+Green+Blue) = 128+93+54=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 54 (21.48% from 255 or 19.64% from 275); Max value from RGB is 128 - color contains mainly: red. Hex color #805D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805D36 is #7FA2C9. Grayscale: #636363. Windows color (decimal): -8364746 or 3562880. OLE color: 3562880.
HSL color Cylindrical-coordinate representation of color #805D36: hue angle of 31.62º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #805D36 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 93 | 54 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.50 |
| HSL | 31.62º | 0.41% | 0.36% | - |
| HSV(B) | 31.62º | 0.58% | 0.5% | - |
| XYZ | 13.48 | 12.68 | 5.23 | - |
| YUV | 99.02 | 102.6 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 93 | 54 | 0 | 0.27 | 0.58 | 0.50 | 31.62 | 0.41 | 0.36 |
| Hex | 80 | 5D | 36 | 0 | 1B | 3A | 32 | 20 | 29 | 24 |
| Octal | 200 | 135 | 66 | 0 | 33 | 72 | 62 | 40 | 51 | 44 |
| Binary | 10000000 | 1011101 | 110110 | 0 | 11011 | 111010 | 110010 | 100000 | 101001 | 100100 |
Color Harmonies of #805D36
Complementary color
Monochromatic Colors of #805D36
Black with #805D36
Text Example
Text Example
White with #805D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805D36; }
p { color: rgb(128,93,54); }
H1.HeaderClassName
{
color: #805D36;
}
.AnyTagClassName
{
color: #805D36;
}
</style>
background-color css
<style>
a { background-color: #805D36; }
a { background-color: rgb(128,93,54); }
div.DivClassName
{
background-color: #805D36;
}
.BgClassName
{
background-color: #805D36;
}
</style>
border-color css
<style>
span { border-color: #805D36; }
span { border-color: rgb(128,93,54); }
td.TdClassName
{
border-color: #805D36;
}
.TagClassName
{
border-color: #805D36;
}
</style>