Shades of Pale Brown #91744A
Tints of Pale Brown #91744A
RGB
CMYK
RGB Variations
Color information
#91744A (or 0x91744A) is known color: Pale Brown. HEX triplet: 91, 74 and 4A. RGB value is (145,116,74). Sum of RGB (Red+Green+Blue) = 145+116+74=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 145 - color contains mainly: red. Hex color #91744A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91744A is #6E8BB5. Grayscale: #787878. Windows color (decimal): -7244726 or 4879505. OLE color: 4879505.
HSL color Cylindrical-coordinate representation of color #91744A: hue angle of 35.49º 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 #91744A is Cyan = 0, Magento = 0.2, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 116 | 74 | - |
| CMYK | 0 | 0.2 | 0.49 | 0.43 |
| HSL | 35.49º | 0.32% | 0.43% | - |
| HSV(B) | 35.49º | 0.49% | 0.57% | - |
| XYZ | 19.16 | 19 | 9.14 | - |
| YUV | 119.88 | 102.11 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 116 | 74 | 0 | 0.2 | 0.49 | 0.43 | 35.49 | 0.32 | 0.43 |
| Hex | 91 | 74 | 4A | 0 | 14 | 31 | 2B | 23 | 20 | 2B |
| Octal | 221 | 164 | 112 | 0 | 24 | 61 | 53 | 43 | 40 | 53 |
| Binary | 10010001 | 1110100 | 1001010 | 0 | 10100 | 110001 | 101011 | 100011 | 100000 | 101011 |
Color Harmonies of #91744A
Complementary color
Monochromatic Colors of #91744A
Black with #91744A
Text Example
Text Example
White with #91744A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91744A; }
p { color: rgb(145,116,74); }
H1.HeaderClassName
{
color: #91744A;
}
.AnyTagClassName
{
color: #91744A;
}
</style>
background-color css
<style>
a { background-color: #91744A; }
a { background-color: rgb(145,116,74); }
div.DivClassName
{
background-color: #91744A;
}
.BgClassName
{
background-color: #91744A;
}
</style>
border-color css
<style>
span { border-color: #91744A; }
span { border-color: rgb(145,116,74); }
td.TdClassName
{
border-color: #91744A;
}
.TagClassName
{
border-color: #91744A;
}
</style>