Shades of Pale Brown #947A5C
Tints of Pale Brown #947A5C
RGB
CMYK
RGB Variations
Color information
#947A5C (or 0x947A5C) is known color: Pale Brown. HEX triplet: 94, 7A and 5C. RGB value is (148,122,92). Sum of RGB (Red+Green+Blue) = 148+122+92=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #947A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947A5C is #6B85A3. Grayscale: #7E7E7E. Windows color (decimal): -7046564 or 6060692. OLE color: 6060692.
HSL color Cylindrical-coordinate representation of color #947A5C: hue angle of 32.14º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #947A5C is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 122 | 92 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.42 |
| HSL | 32.14º | 0.23% | 0.47% | - |
| HSV(B) | 32.14º | 0.38% | 0.58% | - |
| XYZ | 21.1 | 20.99 | 13.06 | - |
| YUV | 126.35 | 108.61 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 122 | 92 | 0 | 0.18 | 0.38 | 0.42 | 32.14 | 0.23 | 0.47 |
| Hex | 94 | 7A | 5C | 0 | 12 | 26 | 2A | 20 | 17 | 2F |
| Octal | 224 | 172 | 134 | 0 | 22 | 46 | 52 | 40 | 27 | 57 |
| Binary | 10010100 | 1111010 | 1011100 | 0 | 10010 | 100110 | 101010 | 100000 | 10111 | 101111 |
Color Harmonies of #947A5C
Complementary color
Monochromatic Colors of #947A5C
Black with #947A5C
Text Example
Text Example
White with #947A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947A5C; }
p { color: rgb(148,122,92); }
H1.HeaderClassName
{
color: #947A5C;
}
.AnyTagClassName
{
color: #947A5C;
}
</style>
background-color css
<style>
a { background-color: #947A5C; }
a { background-color: rgb(148,122,92); }
div.DivClassName
{
background-color: #947A5C;
}
.BgClassName
{
background-color: #947A5C;
}
</style>
border-color css
<style>
span { border-color: #947A5C; }
span { border-color: rgb(148,122,92); }
td.TdClassName
{
border-color: #947A5C;
}
.TagClassName
{
border-color: #947A5C;
}
</style>