Shades of Golden Brown #896301
Tints of Golden Brown #896301
RGB
CMYK
RGB Variations
Color information
#896301 (or 0x896301) is known color: Golden Brown. HEX triplet: 89, 63 and 01. RGB value is (137,99,1). Sum of RGB (Red+Green+Blue) = 137+99+1=237 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.81% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 137 - color contains mainly: red. Hex color #896301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896301 is #769CFE. Grayscale: #636363. Windows color (decimal): -7773439 or 91017. OLE color: 91017.
HSL color Cylindrical-coordinate representation of color #896301: hue angle of 43.24º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #896301 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 99 | 1 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.46 |
| HSL | 43.24º | 0.99% | 0.27% | - |
| HSV(B) | 43.24º | 0.99% | 0.54% | - |
| XYZ | 14.78 | 14.24 | 2 | - |
| YUV | 99.19 | 72.59 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 99 | 1 | 0 | 0.28 | 0.99 | 0.46 | 43.24 | 0.99 | 0.27 |
| Hex | 89 | 63 | 1 | 0 | 1C | 63 | 2E | 2B | 63 | 1B |
| Octal | 211 | 143 | 1 | 0 | 34 | 143 | 56 | 53 | 143 | 33 |
| Binary | 10001001 | 1100011 | 1 | 0 | 11100 | 1100011 | 101110 | 101011 | 1100011 | 11011 |
Color Harmonies of #896301
Complementary color
Monochromatic Colors of #896301
Black with #896301
Text Example
Text Example
White with #896301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896301; }
p { color: rgb(137,99,1); }
H1.HeaderClassName
{
color: #896301;
}
.AnyTagClassName
{
color: #896301;
}
</style>
background-color css
<style>
a { background-color: #896301; }
a { background-color: rgb(137,99,1); }
div.DivClassName
{
background-color: #896301;
}
.BgClassName
{
background-color: #896301;
}
</style>
border-color css
<style>
span { border-color: #896301; }
span { border-color: rgb(137,99,1); }
td.TdClassName
{
border-color: #896301;
}
.TagClassName
{
border-color: #896301;
}
</style>