Shades of Pale Brown #947344
Tints of Pale Brown #947344
RGB
CMYK
RGB Variations
Color information
#947344 (or 0x947344) is known color: Pale Brown. HEX triplet: 94, 73 and 44. RGB value is (148,115,68). Sum of RGB (Red+Green+Blue) = 148+115+68=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #947344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947344 is #6B8CBB. Grayscale: #777777. Windows color (decimal): -7048380 or 4486036. OLE color: 4486036.
HSL color Cylindrical-coordinate representation of color #947344: hue angle of 35.25º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #947344 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 115 | 68 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.42 |
| HSL | 35.25º | 0.37% | 0.42% | - |
| HSV(B) | 35.25º | 0.54% | 0.58% | - |
| XYZ | 19.39 | 18.97 | 8.11 | - |
| YUV | 119.51 | 98.93 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 115 | 68 | 0 | 0.22 | 0.54 | 0.42 | 35.25 | 0.37 | 0.42 |
| Hex | 94 | 73 | 44 | 0 | 16 | 36 | 2A | 23 | 25 | 2A |
| Octal | 224 | 163 | 104 | 0 | 26 | 66 | 52 | 43 | 45 | 52 |
| Binary | 10010100 | 1110011 | 1000100 | 0 | 10110 | 110110 | 101010 | 100011 | 100101 | 101010 |
Color Harmonies of #947344
Complementary color
Monochromatic Colors of #947344
Black with #947344
Text Example
Text Example
White with #947344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947344; }
p { color: rgb(148,115,68); }
H1.HeaderClassName
{
color: #947344;
}
.AnyTagClassName
{
color: #947344;
}
</style>
background-color css
<style>
a { background-color: #947344; }
a { background-color: rgb(148,115,68); }
div.DivClassName
{
background-color: #947344;
}
.BgClassName
{
background-color: #947344;
}
</style>
border-color css
<style>
span { border-color: #947344; }
span { border-color: rgb(148,115,68); }
td.TdClassName
{
border-color: #947344;
}
.TagClassName
{
border-color: #947344;
}
</style>