Shades of Pale Brown #997452
Tints of Pale Brown #997452
RGB
CMYK
RGB Variations
Color information
#997452 (or 0x997452) is known color: Pale Brown. HEX triplet: 99, 74 and 52. RGB value is (153,116,82). Sum of RGB (Red+Green+Blue) = 153+116+82=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #997452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997452 is #668BAD. Grayscale: #7B7B7B. Windows color (decimal): -6720430 or 5403801. OLE color: 5403801.
HSL color Cylindrical-coordinate representation of color #997452: hue angle of 28.73º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #997452 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 116 | 82 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.4 |
| HSL | 28.73º | 0.3% | 0.46% | - |
| HSV(B) | 28.73º | 0.46% | 0.6% | - |
| XYZ | 20.91 | 19.87 | 10.72 | - |
| YUV | 123.19 | 104.76 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 116 | 82 | 0 | 0.24 | 0.46 | 0.4 | 28.73 | 0.3 | 0.46 |
| Hex | 99 | 74 | 52 | 0 | 18 | 2E | 28 | 1D | 1E | 2E |
| Octal | 231 | 164 | 122 | 0 | 30 | 56 | 50 | 35 | 36 | 56 |
| Binary | 10011001 | 1110100 | 1010010 | 0 | 11000 | 101110 | 101000 | 11101 | 11110 | 101110 |
Color Harmonies of #997452
Complementary color
Monochromatic Colors of #997452
Black with #997452
Text Example
Text Example
White with #997452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997452; }
p { color: rgb(153,116,82); }
H1.HeaderClassName
{
color: #997452;
}
.AnyTagClassName
{
color: #997452;
}
</style>
background-color css
<style>
a { background-color: #997452; }
a { background-color: rgb(153,116,82); }
div.DivClassName
{
background-color: #997452;
}
.BgClassName
{
background-color: #997452;
}
</style>
border-color css
<style>
span { border-color: #997452; }
span { border-color: rgb(153,116,82); }
td.TdClassName
{
border-color: #997452;
}
.TagClassName
{
border-color: #997452;
}
</style>