Shades of Golden Brown #89630D
Tints of Golden Brown #89630D
RGB
CMYK
RGB Variations
Color information
#89630D (or 0x89630D) is known color: Golden Brown. HEX triplet: 89, 63 and 0D. RGB value is (137,99,13). Sum of RGB (Red+Green+Blue) = 137+99+13=249 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.02% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 137 - color contains mainly: red. Hex color #89630D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89630D is #769CF2. Grayscale: #646464. Windows color (decimal): -7773427 or 877449. OLE color: 877449.
HSL color Cylindrical-coordinate representation of color #89630D: hue angle of 41.61º 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 #89630D is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 99 | 13 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.46 |
| HSL | 41.61º | 0.83% | 0.29% | - |
| HSV(B) | 41.61º | 0.91% | 0.54% | - |
| XYZ | 14.85 | 14.27 | 2.35 | - |
| YUV | 100.56 | 78.59 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 99 | 13 | 0 | 0.28 | 0.91 | 0.46 | 41.61 | 0.83 | 0.29 |
| Hex | 89 | 63 | D | 0 | 1C | 5B | 2E | 2A | 53 | 1D |
| Octal | 211 | 143 | 15 | 0 | 34 | 133 | 56 | 52 | 123 | 35 |
| Binary | 10001001 | 1100011 | 1101 | 0 | 11100 | 1011011 | 101110 | 101010 | 1010011 | 11101 |
Color Harmonies of #89630D
Complementary color
Monochromatic Colors of #89630D
Black with #89630D
Text Example
Text Example
White with #89630D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89630D; }
p { color: rgb(137,99,13); }
H1.HeaderClassName
{
color: #89630D;
}
.AnyTagClassName
{
color: #89630D;
}
</style>
background-color css
<style>
a { background-color: #89630D; }
a { background-color: rgb(137,99,13); }
div.DivClassName
{
background-color: #89630D;
}
.BgClassName
{
background-color: #89630D;
}
</style>
border-color css
<style>
span { border-color: #89630D; }
span { border-color: rgb(137,99,13); }
td.TdClassName
{
border-color: #89630D;
}
.TagClassName
{
border-color: #89630D;
}
</style>