Shades of Pale Brown #92745A
Tints of Pale Brown #92745A
RGB
CMYK
RGB Variations
Color information
#92745A (or 0x92745A) is known color: Pale Brown. HEX triplet: 92, 74 and 5A. RGB value is (146,116,90). Sum of RGB (Red+Green+Blue) = 146+116+90=352 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.48% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 146 - color contains mainly: red. Hex color #92745A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92745A is #6D8BA5. Grayscale: #7A7A7A. Windows color (decimal): -7179174 or 5928082. OLE color: 5928082.
HSL color Cylindrical-coordinate representation of color #92745A: hue angle of 27.86º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92745A is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 116 | 90 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.43 |
| HSL | 27.86º | 0.24% | 0.46% | - |
| HSV(B) | 27.86º | 0.38% | 0.57% | - |
| XYZ | 19.94 | 19.34 | 12.35 | - |
| YUV | 122.01 | 109.94 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 116 | 90 | 0 | 0.21 | 0.38 | 0.43 | 27.86 | 0.24 | 0.46 |
| Hex | 92 | 74 | 5A | 0 | 15 | 26 | 2B | 1C | 18 | 2E |
| Octal | 222 | 164 | 132 | 0 | 25 | 46 | 53 | 34 | 30 | 56 |
| Binary | 10010010 | 1110100 | 1011010 | 0 | 10101 | 100110 | 101011 | 11100 | 11000 | 101110 |
Color Harmonies of #92745A
Complementary color
Monochromatic Colors of #92745A
Black with #92745A
Text Example
Text Example
White with #92745A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92745A; }
p { color: rgb(146,116,90); }
H1.HeaderClassName
{
color: #92745A;
}
.AnyTagClassName
{
color: #92745A;
}
</style>
background-color css
<style>
a { background-color: #92745A; }
a { background-color: rgb(146,116,90); }
div.DivClassName
{
background-color: #92745A;
}
.BgClassName
{
background-color: #92745A;
}
</style>
border-color css
<style>
span { border-color: #92745A; }
span { border-color: rgb(146,116,90); }
td.TdClassName
{
border-color: #92745A;
}
.TagClassName
{
border-color: #92745A;
}
</style>