Shades of Golden Brown #995C03
Tints of Golden Brown #995C03
RGB
CMYK
RGB Variations
Color information
#995C03 (or 0x995C03) is known color: Golden Brown. HEX triplet: 99, 5C and 03. RGB value is (153,92,3). Sum of RGB (Red+Green+Blue) = 153+92+3=248 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.69% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 153 - color contains mainly: red. Hex color #995C03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995C03 is #66A3FC. Grayscale: #646464. Windows color (decimal): -6726653 or 220313. OLE color: 220313.
HSL color Cylindrical-coordinate representation of color #995C03: hue angle of 35.6º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #995C03 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 92 | 3 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.4 |
| HSL | 35.6º | 0.96% | 0.31% | - |
| HSV(B) | 35.6º | 0.98% | 0.6% | - |
| XYZ | 16.98 | 14.43 | 1.98 | - |
| YUV | 100.09 | 73.21 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 3 | 0 | 0.40 | 0.98 | 0.4 | 35.6 | 0.96 | 0.31 |
| Hex | 99 | 5C | 3 | 0 | 28 | 62 | 28 | 24 | 60 | 1F |
| Octal | 231 | 134 | 3 | 0 | 50 | 142 | 50 | 44 | 140 | 37 |
| Binary | 10011001 | 1011100 | 11 | 0 | 101000 | 1100010 | 101000 | 100100 | 1100000 | 11111 |
Color Harmonies of #995C03
Complementary color
Monochromatic Colors of #995C03
Black with #995C03
Text Example
Text Example
White with #995C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995C03; }
p { color: rgb(153,92,3); }
H1.HeaderClassName
{
color: #995C03;
}
.AnyTagClassName
{
color: #995C03;
}
</style>
background-color css
<style>
a { background-color: #995C03; }
a { background-color: rgb(153,92,3); }
div.DivClassName
{
background-color: #995C03;
}
.BgClassName
{
background-color: #995C03;
}
</style>
border-color css
<style>
span { border-color: #995C03; }
span { border-color: rgb(153,92,3); }
td.TdClassName
{
border-color: #995C03;
}
.TagClassName
{
border-color: #995C03;
}
</style>