Shades of Golden Brown #89610D
Tints of Golden Brown #89610D
RGB
CMYK
RGB Variations
Color information
#89610D (or 0x89610D) is known color: Golden Brown. HEX triplet: 89, 61 and 0D. RGB value is (137,97,13). Sum of RGB (Red+Green+Blue) = 137+97+13=247 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.47% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 137 - color contains mainly: red. Hex color #89610D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89610D is #769EF2. Grayscale: #636363. Windows color (decimal): -7773939 or 876937. OLE color: 876937.
HSL color Cylindrical-coordinate representation of color #89610D: hue angle of 40.65º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #89610D is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 97 | 13 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.46 |
| HSL | 40.65º | 0.83% | 0.29% | - |
| HSV(B) | 40.65º | 0.91% | 0.54% | - |
| XYZ | 14.66 | 13.9 | 2.29 | - |
| YUV | 99.38 | 79.25 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 97 | 13 | 0 | 0.29 | 0.91 | 0.46 | 40.65 | 0.83 | 0.29 |
| Hex | 89 | 61 | D | 0 | 1D | 5B | 2E | 29 | 53 | 1D |
| Octal | 211 | 141 | 15 | 0 | 35 | 133 | 56 | 51 | 123 | 35 |
| Binary | 10001001 | 1100001 | 1101 | 0 | 11101 | 1011011 | 101110 | 101001 | 1010011 | 11101 |
Color Harmonies of #89610D
Complementary color
Monochromatic Colors of #89610D
Black with #89610D
Text Example
Text Example
White with #89610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89610D; }
p { color: rgb(137,97,13); }
H1.HeaderClassName
{
color: #89610D;
}
.AnyTagClassName
{
color: #89610D;
}
</style>
background-color css
<style>
a { background-color: #89610D; }
a { background-color: rgb(137,97,13); }
div.DivClassName
{
background-color: #89610D;
}
.BgClassName
{
background-color: #89610D;
}
</style>
border-color css
<style>
span { border-color: #89610D; }
span { border-color: rgb(137,97,13); }
td.TdClassName
{
border-color: #89610D;
}
.TagClassName
{
border-color: #89610D;
}
</style>