Shades of Pale Brown #95734A
Tints of Pale Brown #95734A
RGB
CMYK
RGB Variations
Color information
#95734A (or 0x95734A) is known color: Pale Brown. HEX triplet: 95, 73 and 4A. RGB value is (149,115,74). Sum of RGB (Red+Green+Blue) = 149+115+74=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #95734A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95734A is #6A8CB5. Grayscale: #787878. Windows color (decimal): -6982838 or 4879253. OLE color: 4879253.
HSL color Cylindrical-coordinate representation of color #95734A: hue angle of 32.8º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95734A is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 115 | 74 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.42 |
| HSL | 32.8º | 0.34% | 0.44% | - |
| HSV(B) | 32.8º | 0.5% | 0.58% | - |
| XYZ | 19.76 | 19.15 | 9.13 | - |
| YUV | 120.49 | 101.76 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 115 | 74 | 0 | 0.23 | 0.50 | 0.42 | 32.8 | 0.34 | 0.44 |
| Hex | 95 | 73 | 4A | 0 | 17 | 32 | 2A | 21 | 22 | 2C |
| Octal | 225 | 163 | 112 | 0 | 27 | 62 | 52 | 41 | 42 | 54 |
| Binary | 10010101 | 1110011 | 1001010 | 0 | 10111 | 110010 | 101010 | 100001 | 100010 | 101100 |
Color Harmonies of #95734A
Complementary color
Monochromatic Colors of #95734A
Black with #95734A
Text Example
Text Example
White with #95734A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95734A; }
p { color: rgb(149,115,74); }
H1.HeaderClassName
{
color: #95734A;
}
.AnyTagClassName
{
color: #95734A;
}
</style>
background-color css
<style>
a { background-color: #95734A; }
a { background-color: rgb(149,115,74); }
div.DivClassName
{
background-color: #95734A;
}
.BgClassName
{
background-color: #95734A;
}
</style>
border-color css
<style>
span { border-color: #95734A; }
span { border-color: rgb(149,115,74); }
td.TdClassName
{
border-color: #95734A;
}
.TagClassName
{
border-color: #95734A;
}
</style>