Shades of Pale Brown #937545
Tints of Pale Brown #937545
RGB
CMYK
RGB Variations
Color information
#937545 (or 0x937545) is known color: Pale Brown. HEX triplet: 93, 75 and 45. RGB value is (147,117,69). Sum of RGB (Red+Green+Blue) = 147+117+69=333 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.14% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 147 - color contains mainly: red. Hex color #937545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937545 is #6C8ABA. Grayscale: #787878. Windows color (decimal): -7113403 or 4552083. OLE color: 4552083.
HSL color Cylindrical-coordinate representation of color #937545: hue angle of 36.92º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #937545 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 117 | 69 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.42 |
| HSL | 36.92º | 0.36% | 0.42% | - |
| HSV(B) | 36.92º | 0.53% | 0.58% | - |
| XYZ | 19.47 | 19.36 | 8.34 | - |
| YUV | 120.5 | 98.94 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 117 | 69 | 0 | 0.20 | 0.53 | 0.42 | 36.92 | 0.36 | 0.42 |
| Hex | 93 | 75 | 45 | 0 | 14 | 35 | 2A | 25 | 24 | 2A |
| Octal | 223 | 165 | 105 | 0 | 24 | 65 | 52 | 45 | 44 | 52 |
| Binary | 10010011 | 1110101 | 1000101 | 0 | 10100 | 110101 | 101010 | 100101 | 100100 | 101010 |
Color Harmonies of #937545
Complementary color
Monochromatic Colors of #937545
Black with #937545
Text Example
Text Example
White with #937545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937545; }
p { color: rgb(147,117,69); }
H1.HeaderClassName
{
color: #937545;
}
.AnyTagClassName
{
color: #937545;
}
</style>
background-color css
<style>
a { background-color: #937545; }
a { background-color: rgb(147,117,69); }
div.DivClassName
{
background-color: #937545;
}
.BgClassName
{
background-color: #937545;
}
</style>
border-color css
<style>
span { border-color: #937545; }
span { border-color: rgb(147,117,69); }
td.TdClassName
{
border-color: #937545;
}
.TagClassName
{
border-color: #937545;
}
</style>