Shades of Pale Brown #91754D
Tints of Pale Brown #91754D
RGB
CMYK
RGB Variations
Color information
#91754D (or 0x91754D) is known color: Pale Brown. HEX triplet: 91, 75 and 4D. RGB value is (145,117,77). Sum of RGB (Red+Green+Blue) = 145+117+77=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 145 - color contains mainly: red. Hex color #91754D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91754D is #6E8AB2. Grayscale: #797979. Windows color (decimal): -7244467 or 5076369. OLE color: 5076369.
HSL color Cylindrical-coordinate representation of color #91754D: hue angle of 35.29º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #91754D is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 117 | 77 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.43 |
| HSL | 35.29º | 0.31% | 0.44% | - |
| HSV(B) | 35.29º | 0.47% | 0.57% | - |
| XYZ | 19.38 | 19.28 | 9.72 | - |
| YUV | 120.81 | 103.28 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 117 | 77 | 0 | 0.19 | 0.47 | 0.43 | 35.29 | 0.31 | 0.44 |
| Hex | 91 | 75 | 4D | 0 | 13 | 2F | 2B | 23 | 1F | 2C |
| Octal | 221 | 165 | 115 | 0 | 23 | 57 | 53 | 43 | 37 | 54 |
| Binary | 10010001 | 1110101 | 1001101 | 0 | 10011 | 101111 | 101011 | 100011 | 11111 | 101100 |
Color Harmonies of #91754D
Complementary color
Monochromatic Colors of #91754D
Black with #91754D
Text Example
Text Example
White with #91754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91754D; }
p { color: rgb(145,117,77); }
H1.HeaderClassName
{
color: #91754D;
}
.AnyTagClassName
{
color: #91754D;
}
</style>
background-color css
<style>
a { background-color: #91754D; }
a { background-color: rgb(145,117,77); }
div.DivClassName
{
background-color: #91754D;
}
.BgClassName
{
background-color: #91754D;
}
</style>
border-color css
<style>
span { border-color: #91754D; }
span { border-color: rgb(145,117,77); }
td.TdClassName
{
border-color: #91754D;
}
.TagClassName
{
border-color: #91754D;
}
</style>