Shades of Pale Brown #91754C
Tints of Pale Brown #91754C
RGB
CMYK
RGB Variations
Color information
#91754C (or 0x91754C) is known color: Pale Brown. HEX triplet: 91, 75 and 4C. RGB value is (145,117,76). Sum of RGB (Red+Green+Blue) = 145+117+76=338 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.90% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 145 - color contains mainly: red. Hex color #91754C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91754C is #6E8AB3. Grayscale: #787878. Windows color (decimal): -7244468 or 5010833. OLE color: 5010833.
HSL color Cylindrical-coordinate representation of color #91754C: hue angle of 35.65º degrees, saturation: 0.31, 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 #91754C is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 117 | 76 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.43 |
| HSL | 35.65º | 0.31% | 0.43% | - |
| HSV(B) | 35.65º | 0.48% | 0.57% | - |
| XYZ | 19.34 | 19.26 | 9.54 | - |
| YUV | 120.7 | 102.78 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 117 | 76 | 0 | 0.19 | 0.48 | 0.43 | 35.65 | 0.31 | 0.43 |
| Hex | 91 | 75 | 4C | 0 | 13 | 30 | 2B | 24 | 1F | 2B |
| Octal | 221 | 165 | 114 | 0 | 23 | 60 | 53 | 44 | 37 | 53 |
| Binary | 10010001 | 1110101 | 1001100 | 0 | 10011 | 110000 | 101011 | 100100 | 11111 | 101011 |
Color Harmonies of #91754C
Complementary color
Monochromatic Colors of #91754C
Black with #91754C
Text Example
Text Example
White with #91754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91754C; }
p { color: rgb(145,117,76); }
H1.HeaderClassName
{
color: #91754C;
}
.AnyTagClassName
{
color: #91754C;
}
</style>
background-color css
<style>
a { background-color: #91754C; }
a { background-color: rgb(145,117,76); }
div.DivClassName
{
background-color: #91754C;
}
.BgClassName
{
background-color: #91754C;
}
</style>
border-color css
<style>
span { border-color: #91754C; }
span { border-color: rgb(145,117,76); }
td.TdClassName
{
border-color: #91754C;
}
.TagClassName
{
border-color: #91754C;
}
</style>