Shades of Pale Brown #99744B
Tints of Pale Brown #99744B
RGB
CMYK
RGB Variations
Color information
#99744B (or 0x99744B) is known color: Pale Brown. HEX triplet: 99, 74 and 4B. RGB value is (153,116,75). Sum of RGB (Red+Green+Blue) = 153+116+75=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #99744B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99744B is #668BB4. Grayscale: #7A7A7A. Windows color (decimal): -6720437 or 4945049. OLE color: 4945049.
HSL color Cylindrical-coordinate representation of color #99744B: hue angle of 31.54º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #99744B is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 116 | 75 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.4 |
| HSL | 31.54º | 0.34% | 0.45% | - |
| HSV(B) | 31.54º | 0.51% | 0.6% | - |
| XYZ | 20.65 | 19.77 | 9.38 | - |
| YUV | 122.39 | 101.26 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 116 | 75 | 0 | 0.24 | 0.51 | 0.4 | 31.54 | 0.34 | 0.45 |
| Hex | 99 | 74 | 4B | 0 | 18 | 33 | 28 | 20 | 22 | 2D |
| Octal | 231 | 164 | 113 | 0 | 30 | 63 | 50 | 40 | 42 | 55 |
| Binary | 10011001 | 1110100 | 1001011 | 0 | 11000 | 110011 | 101000 | 100000 | 100010 | 101101 |
Color Harmonies of #99744B
Complementary color
Monochromatic Colors of #99744B
Black with #99744B
Text Example
Text Example
White with #99744B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99744B; }
p { color: rgb(153,116,75); }
H1.HeaderClassName
{
color: #99744B;
}
.AnyTagClassName
{
color: #99744B;
}
</style>
background-color css
<style>
a { background-color: #99744B; }
a { background-color: rgb(153,116,75); }
div.DivClassName
{
background-color: #99744B;
}
.BgClassName
{
background-color: #99744B;
}
</style>
border-color css
<style>
span { border-color: #99744B; }
span { border-color: rgb(153,116,75); }
td.TdClassName
{
border-color: #99744B;
}
.TagClassName
{
border-color: #99744B;
}
</style>