Shades of Golden Brown #89630C
Tints of Golden Brown #89630C
RGB
CMYK
RGB Variations
Color information
#89630C (or 0x89630C) is known color: Golden Brown. HEX triplet: 89, 63 and 0C. RGB value is (137,99,12). Sum of RGB (Red+Green+Blue) = 137+99+12=248 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.24% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 137 - color contains mainly: red. Hex color #89630C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89630C is #769CF3. Grayscale: #646464. Windows color (decimal): -7773428 or 811913. OLE color: 811913.
HSL color Cylindrical-coordinate representation of color #89630C: hue angle of 41.76º degrees, saturation: 0.84, 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 #89630C is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 99 | 12 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.46 |
| HSL | 41.76º | 0.84% | 0.29% | - |
| HSV(B) | 41.76º | 0.91% | 0.54% | - |
| XYZ | 14.84 | 14.27 | 2.32 | - |
| YUV | 100.44 | 78.09 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 99 | 12 | 0 | 0.28 | 0.91 | 0.46 | 41.76 | 0.84 | 0.29 |
| Hex | 89 | 63 | C | 0 | 1C | 5B | 2E | 2A | 54 | 1D |
| Octal | 211 | 143 | 14 | 0 | 34 | 133 | 56 | 52 | 124 | 35 |
| Binary | 10001001 | 1100011 | 1100 | 0 | 11100 | 1011011 | 101110 | 101010 | 1010100 | 11101 |
Color Harmonies of #89630C
Complementary color
Monochromatic Colors of #89630C
Black with #89630C
Text Example
Text Example
White with #89630C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89630C; }
p { color: rgb(137,99,12); }
H1.HeaderClassName
{
color: #89630C;
}
.AnyTagClassName
{
color: #89630C;
}
</style>
background-color css
<style>
a { background-color: #89630C; }
a { background-color: rgb(137,99,12); }
div.DivClassName
{
background-color: #89630C;
}
.BgClassName
{
background-color: #89630C;
}
</style>
border-color css
<style>
span { border-color: #89630C; }
span { border-color: rgb(137,99,12); }
td.TdClassName
{
border-color: #89630C;
}
.TagClassName
{
border-color: #89630C;
}
</style>