Shades of Pale Brown #917452
Tints of Pale Brown #917452
RGB
CMYK
RGB Variations
Color information
#917452 (or 0x917452) is known color: Pale Brown. HEX triplet: 91, 74 and 52. RGB value is (145,116,82). Sum of RGB (Red+Green+Blue) = 145+116+82=343 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.27% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 145 - color contains mainly: red. Hex color #917452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917452 is #6E8BAD. Grayscale: #787878. Windows color (decimal): -7244718 or 5403793. OLE color: 5403793.
HSL color Cylindrical-coordinate representation of color #917452: hue angle of 32.38º 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 #917452 is Cyan = 0, Magento = 0.2, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 116 | 82 | - |
| CMYK | 0 | 0.2 | 0.43 | 0.43 |
| HSL | 32.38º | 0.28% | 0.45% | - |
| HSV(B) | 32.38º | 0.43% | 0.57% | - |
| XYZ | 19.45 | 19.12 | 10.65 | - |
| YUV | 120.8 | 106.11 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 116 | 82 | 0 | 0.2 | 0.43 | 0.43 | 32.38 | 0.28 | 0.45 |
| Hex | 91 | 74 | 52 | 0 | 14 | 2B | 2B | 20 | 1C | 2D |
| Octal | 221 | 164 | 122 | 0 | 24 | 53 | 53 | 40 | 34 | 55 |
| Binary | 10010001 | 1110100 | 1010010 | 0 | 10100 | 101011 | 101011 | 100000 | 11100 | 101101 |
Color Harmonies of #917452
Complementary color
Monochromatic Colors of #917452
Black with #917452
Text Example
Text Example
White with #917452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917452; }
p { color: rgb(145,116,82); }
H1.HeaderClassName
{
color: #917452;
}
.AnyTagClassName
{
color: #917452;
}
</style>
background-color css
<style>
a { background-color: #917452; }
a { background-color: rgb(145,116,82); }
div.DivClassName
{
background-color: #917452;
}
.BgClassName
{
background-color: #917452;
}
</style>
border-color css
<style>
span { border-color: #917452; }
span { border-color: rgb(145,116,82); }
td.TdClassName
{
border-color: #917452;
}
.TagClassName
{
border-color: #917452;
}
</style>