Shades of Pale Brown #91754A
Tints of Pale Brown #91754A
RGB
CMYK
RGB Variations
Color information
#91754A (or 0x91754A) is known color: Pale Brown. HEX triplet: 91, 75 and 4A. RGB value is (145,117,74). Sum of RGB (Red+Green+Blue) = 145+117+74=336 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.15% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 145 - color contains mainly: red. Hex color #91754A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91754A is #6E8AB5. Grayscale: #787878. Windows color (decimal): -7244470 or 4879761. OLE color: 4879761.
HSL color Cylindrical-coordinate representation of color #91754A: hue angle of 36.34º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #91754A is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 117 | 74 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.43 |
| HSL | 36.34º | 0.32% | 0.43% | - |
| HSV(B) | 36.34º | 0.49% | 0.57% | - |
| XYZ | 19.27 | 19.24 | 9.18 | - |
| YUV | 120.47 | 101.78 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 117 | 74 | 0 | 0.19 | 0.49 | 0.43 | 36.34 | 0.32 | 0.43 |
| Hex | 91 | 75 | 4A | 0 | 13 | 31 | 2B | 24 | 20 | 2B |
| Octal | 221 | 165 | 112 | 0 | 23 | 61 | 53 | 44 | 40 | 53 |
| Binary | 10010001 | 1110101 | 1001010 | 0 | 10011 | 110001 | 101011 | 100100 | 100000 | 101011 |
Color Harmonies of #91754A
Complementary color
Monochromatic Colors of #91754A
Black with #91754A
Text Example
Text Example
White with #91754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91754A; }
p { color: rgb(145,117,74); }
H1.HeaderClassName
{
color: #91754A;
}
.AnyTagClassName
{
color: #91754A;
}
</style>
background-color css
<style>
a { background-color: #91754A; }
a { background-color: rgb(145,117,74); }
div.DivClassName
{
background-color: #91754A;
}
.BgClassName
{
background-color: #91754A;
}
</style>
border-color css
<style>
span { border-color: #91754A; }
span { border-color: rgb(145,117,74); }
td.TdClassName
{
border-color: #91754A;
}
.TagClassName
{
border-color: #91754A;
}
</style>