Shades of Golden Brown #9A530D
Tints of Golden Brown #9A530D
RGB
CMYK
RGB Variations
Color information
#9A530D (or 0x9A530D) is known color: Golden Brown. HEX triplet: 9A, 53 and 0D. RGB value is (154,83,13). Sum of RGB (Red+Green+Blue) = 154+83+13=250 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.6% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 154 - color contains mainly: red. Hex color #9A530D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A530D is #65ACF2. Grayscale: #606060. Windows color (decimal): -6663411 or 873370. OLE color: 873370.
HSL color Cylindrical-coordinate representation of color #9A530D: hue angle of 29.79º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A530D is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 83 | 13 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.40 |
| HSL | 29.79º | 0.84% | 0.33% | - |
| HSV(B) | 29.79º | 0.92% | 0.6% | - |
| XYZ | 16.49 | 13.09 | 2.04 | - |
| YUV | 96.25 | 81.02 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 83 | 13 | 0 | 0.46 | 0.92 | 0.40 | 29.79 | 0.84 | 0.33 |
| Hex | 9A | 53 | D | 0 | 2E | 5C | 28 | 1E | 54 | 21 |
| Octal | 232 | 123 | 15 | 0 | 56 | 134 | 50 | 36 | 124 | 41 |
| Binary | 10011010 | 1010011 | 1101 | 0 | 101110 | 1011100 | 101000 | 11110 | 1010100 | 100001 |
Color Harmonies of #9A530D
Complementary color
Monochromatic Colors of #9A530D
Black with #9A530D
Text Example
Text Example
White with #9A530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A530D; }
p { color: rgb(154,83,13); }
H1.HeaderClassName
{
color: #9A530D;
}
.AnyTagClassName
{
color: #9A530D;
}
</style>
background-color css
<style>
a { background-color: #9A530D; }
a { background-color: rgb(154,83,13); }
div.DivClassName
{
background-color: #9A530D;
}
.BgClassName
{
background-color: #9A530D;
}
</style>
border-color css
<style>
span { border-color: #9A530D; }
span { border-color: rgb(154,83,13); }
td.TdClassName
{
border-color: #9A530D;
}
.TagClassName
{
border-color: #9A530D;
}
</style>