Shades of Golden Brown #9A5E02
Tints of Golden Brown #9A5E02
RGB
CMYK
RGB Variations
Color information
#9A5E02 (or 0x9A5E02) is known color: Golden Brown. HEX triplet: 9A, 5E and 02. RGB value is (154,94,2). Sum of RGB (Red+Green+Blue) = 154+94+2=250 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.6% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A5E02 is #65A1FD. Grayscale: #656565. Windows color (decimal): -6660606 or 155290. OLE color: 155290.
HSL color Cylindrical-coordinate representation of color #9A5E02: hue angle of 36.32º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A5E02 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 94 | 2 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.40 |
| HSL | 36.32º | 0.97% | 0.31% | - |
| HSV(B) | 36.32º | 0.99% | 0.6% | - |
| XYZ | 17.34 | 14.88 | 2.02 | - |
| YUV | 101.45 | 71.88 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 94 | 2 | 0 | 0.39 | 0.99 | 0.40 | 36.32 | 0.97 | 0.31 |
| Hex | 9A | 5E | 2 | 0 | 27 | 63 | 28 | 24 | 61 | 1F |
| Octal | 232 | 136 | 2 | 0 | 47 | 143 | 50 | 44 | 141 | 37 |
| Binary | 10011010 | 1011110 | 10 | 0 | 100111 | 1100011 | 101000 | 100100 | 1100001 | 11111 |
Color Harmonies of #9A5E02
Complementary color
Monochromatic Colors of #9A5E02
Black with #9A5E02
Text Example
Text Example
White with #9A5E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5E02; }
p { color: rgb(154,94,2); }
H1.HeaderClassName
{
color: #9A5E02;
}
.AnyTagClassName
{
color: #9A5E02;
}
</style>
background-color css
<style>
a { background-color: #9A5E02; }
a { background-color: rgb(154,94,2); }
div.DivClassName
{
background-color: #9A5E02;
}
.BgClassName
{
background-color: #9A5E02;
}
</style>
border-color css
<style>
span { border-color: #9A5E02; }
span { border-color: rgb(154,94,2); }
td.TdClassName
{
border-color: #9A5E02;
}
.TagClassName
{
border-color: #9A5E02;
}
</style>