Shades of Shingle Fawn #7B5D33
Tints of Shingle Fawn #7B5D33
RGB
CMYK
RGB Variations
Color information
#7B5D33 (or 0x7B5D33) is known color: Shingle Fawn. HEX triplet: 7B, 5D and 33. RGB value is (123,93,51). Sum of RGB (Red+Green+Blue) = 123+93+51=267 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.07% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5D33 is #84A2CC. Grayscale: #616161. Windows color (decimal): -8692429 or 3366267. OLE color: 3366267.
HSL color Cylindrical-coordinate representation of color #7B5D33: hue angle of 35º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B5D33 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 93 | 51 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.52 |
| HSL | 35º | 0.41% | 0.34% | - |
| HSV(B) | 35º | 0.59% | 0.48% | - |
| XYZ | 12.68 | 12.28 | 4.83 | - |
| YUV | 97.18 | 101.94 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 93 | 51 | 0 | 0.24 | 0.59 | 0.52 | 35 | 0.41 | 0.34 |
| Hex | 7B | 5D | 33 | 0 | 18 | 3B | 34 | 23 | 29 | 22 |
| Octal | 173 | 135 | 63 | 0 | 30 | 73 | 64 | 43 | 51 | 42 |
| Binary | 1111011 | 1011101 | 110011 | 0 | 11000 | 111011 | 110100 | 100011 | 101001 | 100010 |
Color Harmonies of #7B5D33
Complementary color
Monochromatic Colors of #7B5D33
Black with #7B5D33
Text Example
Text Example
White with #7B5D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5D33; }
p { color: rgb(123,93,51); }
H1.HeaderClassName
{
color: #7B5D33;
}
.AnyTagClassName
{
color: #7B5D33;
}
</style>
background-color css
<style>
a { background-color: #7B5D33; }
a { background-color: rgb(123,93,51); }
div.DivClassName
{
background-color: #7B5D33;
}
.BgClassName
{
background-color: #7B5D33;
}
</style>
border-color css
<style>
span { border-color: #7B5D33; }
span { border-color: rgb(123,93,51); }
td.TdClassName
{
border-color: #7B5D33;
}
.TagClassName
{
border-color: #7B5D33;
}
</style>