Shades of Pale Brown #917752
Tints of Pale Brown #917752
RGB
CMYK
RGB Variations
Color information
#917752 (or 0x917752) is known color: Pale Brown. HEX triplet: 91, 77 and 52. RGB value is (145,119,82). Sum of RGB (Red+Green+Blue) = 145+119+82=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 145 - color contains mainly: red. Hex color #917752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917752 is #6E88AD. Grayscale: #7A7A7A. Windows color (decimal): -7243950 or 5404561. OLE color: 5404561.
HSL color Cylindrical-coordinate representation of color #917752: hue angle of 35.24º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #917752 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 119 | 82 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.43 |
| HSL | 35.24º | 0.28% | 0.45% | - |
| HSV(B) | 35.24º | 0.43% | 0.57% | - |
| XYZ | 19.8 | 19.82 | 10.77 | - |
| YUV | 122.56 | 105.11 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 119 | 82 | 0 | 0.18 | 0.43 | 0.43 | 35.24 | 0.28 | 0.45 |
| Hex | 91 | 77 | 52 | 0 | 12 | 2B | 2B | 23 | 1C | 2D |
| Octal | 221 | 167 | 122 | 0 | 22 | 53 | 53 | 43 | 34 | 55 |
| Binary | 10010001 | 1110111 | 1010010 | 0 | 10010 | 101011 | 101011 | 100011 | 11100 | 101101 |
Color Harmonies of #917752
Complementary color
Monochromatic Colors of #917752
Black with #917752
Text Example
Text Example
White with #917752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917752; }
p { color: rgb(145,119,82); }
H1.HeaderClassName
{
color: #917752;
}
.AnyTagClassName
{
color: #917752;
}
</style>
background-color css
<style>
a { background-color: #917752; }
a { background-color: rgb(145,119,82); }
div.DivClassName
{
background-color: #917752;
}
.BgClassName
{
background-color: #917752;
}
</style>
border-color css
<style>
span { border-color: #917752; }
span { border-color: rgb(145,119,82); }
td.TdClassName
{
border-color: #917752;
}
.TagClassName
{
border-color: #917752;
}
</style>