Shades of Pale Brown #91704A
Tints of Pale Brown #91704A
RGB
CMYK
RGB Variations
Color information
#91704A (or 0x91704A) is known color: Pale Brown. HEX triplet: 91, 70 and 4A. RGB value is (145,112,74). Sum of RGB (Red+Green+Blue) = 145+112+74=331 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.81% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 145 - color contains mainly: red. Hex color #91704A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91704A is #6E8FB5. Grayscale: #757575. Windows color (decimal): -7245750 or 4878481. OLE color: 4878481.
HSL color Cylindrical-coordinate representation of color #91704A: hue angle of 32.11º 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 #91704A is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 112 | 74 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.43 |
| HSL | 32.11º | 0.32% | 0.43% | - |
| HSV(B) | 32.11º | 0.49% | 0.57% | - |
| XYZ | 18.71 | 18.1 | 8.99 | - |
| YUV | 117.54 | 103.43 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 112 | 74 | 0 | 0.23 | 0.49 | 0.43 | 32.11 | 0.32 | 0.43 |
| Hex | 91 | 70 | 4A | 0 | 17 | 31 | 2B | 20 | 20 | 2B |
| Octal | 221 | 160 | 112 | 0 | 27 | 61 | 53 | 40 | 40 | 53 |
| Binary | 10010001 | 1110000 | 1001010 | 0 | 10111 | 110001 | 101011 | 100000 | 100000 | 101011 |
Color Harmonies of #91704A
Complementary color
Monochromatic Colors of #91704A
Black with #91704A
Text Example
Text Example
White with #91704A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91704A; }
p { color: rgb(145,112,74); }
H1.HeaderClassName
{
color: #91704A;
}
.AnyTagClassName
{
color: #91704A;
}
</style>
background-color css
<style>
a { background-color: #91704A; }
a { background-color: rgb(145,112,74); }
div.DivClassName
{
background-color: #91704A;
}
.BgClassName
{
background-color: #91704A;
}
</style>
border-color css
<style>
span { border-color: #91704A; }
span { border-color: rgb(145,112,74); }
td.TdClassName
{
border-color: #91704A;
}
.TagClassName
{
border-color: #91704A;
}
</style>