Shades of Pale Brown #92704B
Tints of Pale Brown #92704B
RGB
CMYK
RGB Variations
Color information
#92704B (or 0x92704B) is known color: Pale Brown. HEX triplet: 92, 70 and 4B. RGB value is (146,112,75). Sum of RGB (Red+Green+Blue) = 146+112+75=333 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.84% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 146 - color contains mainly: red. Hex color #92704B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92704B is #6D8FB4. Grayscale: #767676. Windows color (decimal): -7180213 or 4944018. OLE color: 4944018.
HSL color Cylindrical-coordinate representation of color #92704B: hue angle of 31.27º degrees, saturation: 0.32, 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 #92704B is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 112 | 75 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.43 |
| HSL | 31.27º | 0.32% | 0.43% | - |
| HSV(B) | 31.27º | 0.49% | 0.57% | - |
| XYZ | 18.92 | 18.21 | 9.17 | - |
| YUV | 117.95 | 103.76 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 112 | 75 | 0 | 0.23 | 0.49 | 0.43 | 31.27 | 0.32 | 0.43 |
| Hex | 92 | 70 | 4B | 0 | 17 | 31 | 2B | 1F | 20 | 2B |
| Octal | 222 | 160 | 113 | 0 | 27 | 61 | 53 | 37 | 40 | 53 |
| Binary | 10010010 | 1110000 | 1001011 | 0 | 10111 | 110001 | 101011 | 11111 | 100000 | 101011 |
Color Harmonies of #92704B
Complementary color
Monochromatic Colors of #92704B
Black with #92704B
Text Example
Text Example
White with #92704B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92704B; }
p { color: rgb(146,112,75); }
H1.HeaderClassName
{
color: #92704B;
}
.AnyTagClassName
{
color: #92704B;
}
</style>
background-color css
<style>
a { background-color: #92704B; }
a { background-color: rgb(146,112,75); }
div.DivClassName
{
background-color: #92704B;
}
.BgClassName
{
background-color: #92704B;
}
</style>
border-color css
<style>
span { border-color: #92704B; }
span { border-color: rgb(146,112,75); }
td.TdClassName
{
border-color: #92704B;
}
.TagClassName
{
border-color: #92704B;
}
</style>