Shades of Pale Brown #97754A
Tints of Pale Brown #97754A
RGB
CMYK
RGB Variations
Color information
#97754A (or 0x97754A) is known color: Pale Brown. HEX triplet: 97, 75 and 4A. RGB value is (151,117,74). Sum of RGB (Red+Green+Blue) = 151+117+74=342 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.15% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 151 - color contains mainly: red. Hex color #97754A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97754A is #688AB5. Grayscale: #7A7A7A. Windows color (decimal): -6851254 or 4879767. OLE color: 4879767.
HSL color Cylindrical-coordinate representation of color #97754A: hue angle of 33.51º 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 #97754A is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 117 | 74 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.41 |
| HSL | 33.51º | 0.34% | 0.44% | - |
| HSV(B) | 33.51º | 0.51% | 0.59% | - |
| XYZ | 20.36 | 19.8 | 9.23 | - |
| YUV | 122.26 | 100.76 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 117 | 74 | 0 | 0.23 | 0.51 | 0.41 | 33.51 | 0.34 | 0.44 |
| Hex | 97 | 75 | 4A | 0 | 17 | 33 | 29 | 22 | 22 | 2C |
| Octal | 227 | 165 | 112 | 0 | 27 | 63 | 51 | 42 | 42 | 54 |
| Binary | 10010111 | 1110101 | 1001010 | 0 | 10111 | 110011 | 101001 | 100010 | 100010 | 101100 |
Color Harmonies of #97754A
Complementary color
Monochromatic Colors of #97754A
Black with #97754A
Text Example
Text Example
White with #97754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97754A; }
p { color: rgb(151,117,74); }
H1.HeaderClassName
{
color: #97754A;
}
.AnyTagClassName
{
color: #97754A;
}
</style>
background-color css
<style>
a { background-color: #97754A; }
a { background-color: rgb(151,117,74); }
div.DivClassName
{
background-color: #97754A;
}
.BgClassName
{
background-color: #97754A;
}
</style>
border-color css
<style>
span { border-color: #97754A; }
span { border-color: rgb(151,117,74); }
td.TdClassName
{
border-color: #97754A;
}
.TagClassName
{
border-color: #97754A;
}
</style>