Shades of Pale Brown #927245
Tints of Pale Brown #927245
RGB
CMYK
RGB Variations
Color information
#927245 (or 0x927245) is known color: Pale Brown. HEX triplet: 92, 72 and 45. RGB value is (146,114,69). Sum of RGB (Red+Green+Blue) = 146+114+69=329 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.38% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 146 - color contains mainly: red. Hex color #927245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927245 is #6D8DBA. Grayscale: #767676. Windows color (decimal): -7179707 or 4551314. OLE color: 4551314.
HSL color Cylindrical-coordinate representation of color #927245: hue angle of 35.06º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #927245 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 114 | 69 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.43 |
| HSL | 35.06º | 0.36% | 0.42% | - |
| HSV(B) | 35.06º | 0.53% | 0.57% | - |
| XYZ | 18.95 | 18.58 | 8.22 | - |
| YUV | 118.44 | 100.1 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 114 | 69 | 0 | 0.22 | 0.53 | 0.43 | 35.06 | 0.36 | 0.42 |
| Hex | 92 | 72 | 45 | 0 | 16 | 35 | 2B | 23 | 24 | 2A |
| Octal | 222 | 162 | 105 | 0 | 26 | 65 | 53 | 43 | 44 | 52 |
| Binary | 10010010 | 1110010 | 1000101 | 0 | 10110 | 110101 | 101011 | 100011 | 100100 | 101010 |
Color Harmonies of #927245
Complementary color
Monochromatic Colors of #927245
Black with #927245
Text Example
Text Example
White with #927245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927245; }
p { color: rgb(146,114,69); }
H1.HeaderClassName
{
color: #927245;
}
.AnyTagClassName
{
color: #927245;
}
</style>
background-color css
<style>
a { background-color: #927245; }
a { background-color: rgb(146,114,69); }
div.DivClassName
{
background-color: #927245;
}
.BgClassName
{
background-color: #927245;
}
</style>
border-color css
<style>
span { border-color: #927245; }
span { border-color: rgb(146,114,69); }
td.TdClassName
{
border-color: #927245;
}
.TagClassName
{
border-color: #927245;
}
</style>