Shades of Golden Brown #995405
Tints of Golden Brown #995405
RGB
CMYK
RGB Variations
Color information
#995405 (or 0x995405) is known color: Golden Brown. HEX triplet: 99, 54 and 05. RGB value is (153,84,5). Sum of RGB (Red+Green+Blue) = 153+84+5=242 (32% of max value = 765). Red value is 153 (60.16% from 255 or 63.22% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 153 - color contains mainly: red. Hex color #995405 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995405 is #66ABFA. Grayscale: #606060. Windows color (decimal): -6728699 or 349337. OLE color: 349337.
HSL color Cylindrical-coordinate representation of color #995405: hue angle of 32.03º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #995405 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 84 | 5 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.4 |
| HSL | 32.03º | 0.94% | 0.31% | - |
| HSV(B) | 32.03º | 0.97% | 0.6% | - |
| XYZ | 16.33 | 13.12 | 1.82 | - |
| YUV | 95.63 | 76.86 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 84 | 5 | 0 | 0.45 | 0.97 | 0.4 | 32.03 | 0.94 | 0.31 |
| Hex | 99 | 54 | 5 | 0 | 2D | 61 | 28 | 20 | 5E | 1F |
| Octal | 231 | 124 | 5 | 0 | 55 | 141 | 50 | 40 | 136 | 37 |
| Binary | 10011001 | 1010100 | 101 | 0 | 101101 | 1100001 | 101000 | 100000 | 1011110 | 11111 |
Color Harmonies of #995405
Complementary color
Monochromatic Colors of #995405
Black with #995405
Text Example
Text Example
White with #995405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995405; }
p { color: rgb(153,84,5); }
H1.HeaderClassName
{
color: #995405;
}
.AnyTagClassName
{
color: #995405;
}
</style>
background-color css
<style>
a { background-color: #995405; }
a { background-color: rgb(153,84,5); }
div.DivClassName
{
background-color: #995405;
}
.BgClassName
{
background-color: #995405;
}
</style>
border-color css
<style>
span { border-color: #995405; }
span { border-color: rgb(153,84,5); }
td.TdClassName
{
border-color: #995405;
}
.TagClassName
{
border-color: #995405;
}
</style>