Shades of Pale Brown #917148
Tints of Pale Brown #917148
RGB
CMYK
RGB Variations
Color information
#917148 (or 0x917148) is known color: Pale Brown. HEX triplet: 91, 71 and 48. RGB value is (145,113,72). Sum of RGB (Red+Green+Blue) = 145+113+72=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 145 - color contains mainly: red. Hex color #917148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917148 is #6E8EB7. Grayscale: #767676. Windows color (decimal): -7245496 or 4747665. OLE color: 4747665.
HSL color Cylindrical-coordinate representation of color #917148: hue angle of 33.7º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #917148 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 113 | 72 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.43 |
| HSL | 33.7º | 0.34% | 0.43% | - |
| HSV(B) | 33.7º | 0.5% | 0.57% | - |
| XYZ | 18.75 | 18.3 | 8.67 | - |
| YUV | 117.89 | 102.1 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 113 | 72 | 0 | 0.22 | 0.50 | 0.43 | 33.7 | 0.34 | 0.43 |
| Hex | 91 | 71 | 48 | 0 | 16 | 32 | 2B | 22 | 22 | 2B |
| Octal | 221 | 161 | 110 | 0 | 26 | 62 | 53 | 42 | 42 | 53 |
| Binary | 10010001 | 1110001 | 1001000 | 0 | 10110 | 110010 | 101011 | 100010 | 100010 | 101011 |
Color Harmonies of #917148
Complementary color
Monochromatic Colors of #917148
Black with #917148
Text Example
Text Example
White with #917148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917148; }
p { color: rgb(145,113,72); }
H1.HeaderClassName
{
color: #917148;
}
.AnyTagClassName
{
color: #917148;
}
</style>
background-color css
<style>
a { background-color: #917148; }
a { background-color: rgb(145,113,72); }
div.DivClassName
{
background-color: #917148;
}
.BgClassName
{
background-color: #917148;
}
</style>
border-color css
<style>
span { border-color: #917148; }
span { border-color: rgb(145,113,72); }
td.TdClassName
{
border-color: #917148;
}
.TagClassName
{
border-color: #917148;
}
</style>