Shades of Pale Brown #95774C
Tints of Pale Brown #95774C
RGB
CMYK
RGB Variations
Color information
#95774C (or 0x95774C) is known color: Pale Brown. HEX triplet: 95, 77 and 4C. RGB value is (149,119,76). Sum of RGB (Red+Green+Blue) = 149+119+76=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #95774C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95774C is #6A88B3. Grayscale: #7B7B7B. Windows color (decimal): -6981812 or 5011349. OLE color: 5011349.
HSL color Cylindrical-coordinate representation of color #95774C: hue angle of 35.34º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #95774C is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 119 | 76 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.42 |
| HSL | 35.34º | 0.32% | 0.44% | - |
| HSV(B) | 35.34º | 0.49% | 0.58% | - |
| XYZ | 20.3 | 20.11 | 9.65 | - |
| YUV | 123.07 | 101.44 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 119 | 76 | 0 | 0.20 | 0.49 | 0.42 | 35.34 | 0.32 | 0.44 |
| Hex | 95 | 77 | 4C | 0 | 14 | 31 | 2A | 23 | 20 | 2C |
| Octal | 225 | 167 | 114 | 0 | 24 | 61 | 52 | 43 | 40 | 54 |
| Binary | 10010101 | 1110111 | 1001100 | 0 | 10100 | 110001 | 101010 | 100011 | 100000 | 101100 |
Color Harmonies of #95774C
Complementary color
Monochromatic Colors of #95774C
Black with #95774C
Text Example
Text Example
White with #95774C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95774C; }
p { color: rgb(149,119,76); }
H1.HeaderClassName
{
color: #95774C;
}
.AnyTagClassName
{
color: #95774C;
}
</style>
background-color css
<style>
a { background-color: #95774C; }
a { background-color: rgb(149,119,76); }
div.DivClassName
{
background-color: #95774C;
}
.BgClassName
{
background-color: #95774C;
}
</style>
border-color css
<style>
span { border-color: #95774C; }
span { border-color: rgb(149,119,76); }
td.TdClassName
{
border-color: #95774C;
}
.TagClassName
{
border-color: #95774C;
}
</style>