Shades of Golden Brown #9E5A03
Tints of Golden Brown #9E5A03
RGB
CMYK
RGB Variations
Color information
#9E5A03 (or 0x9E5A03) is known color: Golden Brown. HEX triplet: 9E, 5A and 03. RGB value is (158,90,3). Sum of RGB (Red+Green+Blue) = 158+90+3=251 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.95% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5A03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E5A03 is #61A5FC. Grayscale: #646464. Windows color (decimal): -6399485 or 219806. OLE color: 219806.
HSL color Cylindrical-coordinate representation of color #9E5A03: hue angle of 33.68º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9E5A03 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 90 | 3 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.38 |
| HSL | 33.68º | 0.96% | 0.32% | - |
| HSV(B) | 33.68º | 0.98% | 0.62% | - |
| XYZ | 17.77 | 14.59 | 1.97 | - |
| YUV | 100.41 | 73.03 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 90 | 3 | 0 | 0.43 | 0.98 | 0.38 | 33.68 | 0.96 | 0.32 |
| Hex | 9E | 5A | 3 | 0 | 2B | 62 | 26 | 22 | 60 | 20 |
| Octal | 236 | 132 | 3 | 0 | 53 | 142 | 46 | 42 | 140 | 40 |
| Binary | 10011110 | 1011010 | 11 | 0 | 101011 | 1100010 | 100110 | 100010 | 1100000 | 100000 |
Color Harmonies of #9E5A03
Complementary color
Monochromatic Colors of #9E5A03
Black with #9E5A03
Text Example
Text Example
White with #9E5A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5A03; }
p { color: rgb(158,90,3); }
H1.HeaderClassName
{
color: #9E5A03;
}
.AnyTagClassName
{
color: #9E5A03;
}
</style>
background-color css
<style>
a { background-color: #9E5A03; }
a { background-color: rgb(158,90,3); }
div.DivClassName
{
background-color: #9E5A03;
}
.BgClassName
{
background-color: #9E5A03;
}
</style>
border-color css
<style>
span { border-color: #9E5A03; }
span { border-color: rgb(158,90,3); }
td.TdClassName
{
border-color: #9E5A03;
}
.TagClassName
{
border-color: #9E5A03;
}
</style>