Shades of Pale Brown #97744A
Tints of Pale Brown #97744A
RGB
CMYK
RGB Variations
Color information
#97744A (or 0x97744A) is known color: Pale Brown. HEX triplet: 97, 74 and 4A. RGB value is (151,116,74). Sum of RGB (Red+Green+Blue) = 151+116+74=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 151 - color contains mainly: red. Hex color #97744A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97744A is #688BB5. Grayscale: #797979. Windows color (decimal): -6851510 or 4879511. OLE color: 4879511.
HSL color Cylindrical-coordinate representation of color #97744A: hue angle of 32.73º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #97744A is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 116 | 74 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.41 |
| HSL | 32.73º | 0.34% | 0.44% | - |
| HSV(B) | 32.73º | 0.51% | 0.59% | - |
| XYZ | 20.24 | 19.56 | 9.19 | - |
| YUV | 121.68 | 101.1 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 116 | 74 | 0 | 0.23 | 0.51 | 0.41 | 32.73 | 0.34 | 0.44 |
| Hex | 97 | 74 | 4A | 0 | 17 | 33 | 29 | 21 | 22 | 2C |
| Octal | 227 | 164 | 112 | 0 | 27 | 63 | 51 | 41 | 42 | 54 |
| Binary | 10010111 | 1110100 | 1001010 | 0 | 10111 | 110011 | 101001 | 100001 | 100010 | 101100 |
Color Harmonies of #97744A
Complementary color
Monochromatic Colors of #97744A
Black with #97744A
Text Example
Text Example
White with #97744A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97744A; }
p { color: rgb(151,116,74); }
H1.HeaderClassName
{
color: #97744A;
}
.AnyTagClassName
{
color: #97744A;
}
</style>
background-color css
<style>
a { background-color: #97744A; }
a { background-color: rgb(151,116,74); }
div.DivClassName
{
background-color: #97744A;
}
.BgClassName
{
background-color: #97744A;
}
</style>
border-color css
<style>
span { border-color: #97744A; }
span { border-color: rgb(151,116,74); }
td.TdClassName
{
border-color: #97744A;
}
.TagClassName
{
border-color: #97744A;
}
</style>