Shades of Pale Brown #92784A
Tints of Pale Brown #92784A
RGB
CMYK
RGB Variations
Color information
#92784A (or 0x92784A) is known color: Pale Brown. HEX triplet: 92, 78 and 4A. RGB value is (146,120,74). Sum of RGB (Red+Green+Blue) = 146+120+74=340 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.94% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 146 - color contains mainly: red. Hex color #92784A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92784A is #6D87B5. Grayscale: #7A7A7A. Windows color (decimal): -7178166 or 4880530. OLE color: 4880530.
HSL color Cylindrical-coordinate representation of color #92784A: hue angle of 38.33º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #92784A is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 120 | 74 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.43 |
| HSL | 38.33º | 0.33% | 0.43% | - |
| HSV(B) | 38.33º | 0.49% | 0.57% | - |
| XYZ | 19.81 | 20.04 | 9.3 | - |
| YUV | 122.53 | 100.61 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 120 | 74 | 0 | 0.18 | 0.49 | 0.43 | 38.33 | 0.33 | 0.43 |
| Hex | 92 | 78 | 4A | 0 | 12 | 31 | 2B | 26 | 21 | 2B |
| Octal | 222 | 170 | 112 | 0 | 22 | 61 | 53 | 46 | 41 | 53 |
| Binary | 10010010 | 1111000 | 1001010 | 0 | 10010 | 110001 | 101011 | 100110 | 100001 | 101011 |
Color Harmonies of #92784A
Complementary color
Monochromatic Colors of #92784A
Black with #92784A
Text Example
Text Example
White with #92784A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92784A; }
p { color: rgb(146,120,74); }
H1.HeaderClassName
{
color: #92784A;
}
.AnyTagClassName
{
color: #92784A;
}
</style>
background-color css
<style>
a { background-color: #92784A; }
a { background-color: rgb(146,120,74); }
div.DivClassName
{
background-color: #92784A;
}
.BgClassName
{
background-color: #92784A;
}
</style>
border-color css
<style>
span { border-color: #92784A; }
span { border-color: rgb(146,120,74); }
td.TdClassName
{
border-color: #92784A;
}
.TagClassName
{
border-color: #92784A;
}
</style>