Shades of Pale Brown #91754B
Tints of Pale Brown #91754B
RGB
CMYK
RGB Variations
Color information
#91754B (or 0x91754B) is known color: Pale Brown. HEX triplet: 91, 75 and 4B. RGB value is (145,117,75). Sum of RGB (Red+Green+Blue) = 145+117+75=337 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.03% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 145 - color contains mainly: red. Hex color #91754B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91754B is #6E8AB4. Grayscale: #787878. Windows color (decimal): -7244469 or 4945297. OLE color: 4945297.
HSL color Cylindrical-coordinate representation of color #91754B: hue angle of 36º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #91754B is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 117 | 75 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.43 |
| HSL | 36º | 0.32% | 0.43% | - |
| HSV(B) | 36º | 0.48% | 0.57% | - |
| XYZ | 19.31 | 19.25 | 9.35 | - |
| YUV | 120.58 | 102.28 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 117 | 75 | 0 | 0.19 | 0.48 | 0.43 | 36 | 0.32 | 0.43 |
| Hex | 91 | 75 | 4B | 0 | 13 | 30 | 2B | 24 | 20 | 2B |
| Octal | 221 | 165 | 113 | 0 | 23 | 60 | 53 | 44 | 40 | 53 |
| Binary | 10010001 | 1110101 | 1001011 | 0 | 10011 | 110000 | 101011 | 100100 | 100000 | 101011 |
Color Harmonies of #91754B
Complementary color
Monochromatic Colors of #91754B
Black with #91754B
Text Example
Text Example
White with #91754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91754B; }
p { color: rgb(145,117,75); }
H1.HeaderClassName
{
color: #91754B;
}
.AnyTagClassName
{
color: #91754B;
}
</style>
background-color css
<style>
a { background-color: #91754B; }
a { background-color: rgb(145,117,75); }
div.DivClassName
{
background-color: #91754B;
}
.BgClassName
{
background-color: #91754B;
}
</style>
border-color css
<style>
span { border-color: #91754B; }
span { border-color: rgb(145,117,75); }
td.TdClassName
{
border-color: #91754B;
}
.TagClassName
{
border-color: #91754B;
}
</style>