Shades of Golden Brown #915801
Tints of Golden Brown #915801
RGB
CMYK
RGB Variations
Color information
#915801 (or 0x915801) is known color: Golden Brown. HEX triplet: 91, 58 and 01. RGB value is (145,88,1). Sum of RGB (Red+Green+Blue) = 145+88+1=234 (30% of max value = 765). Red value is 145 (57.03% from 255 or 61.97% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 145 - color contains mainly: red. Hex color #915801 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915801 is #6EA7FE. Grayscale: #5F5F5F. Windows color (decimal): -7251967 or 88209. OLE color: 88209.
HSL color Cylindrical-coordinate representation of color #915801: hue angle of 36.25º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #915801 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 88 | 1 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.43 |
| HSL | 36.25º | 0.99% | 0.29% | - |
| HSV(B) | 36.25º | 0.99% | 0.57% | - |
| XYZ | 15.17 | 13 | 1.74 | - |
| YUV | 95.13 | 74.88 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 88 | 1 | 0 | 0.39 | 0.99 | 0.43 | 36.25 | 0.99 | 0.29 |
| Hex | 91 | 58 | 1 | 0 | 27 | 63 | 2B | 24 | 63 | 1D |
| Octal | 221 | 130 | 1 | 0 | 47 | 143 | 53 | 44 | 143 | 35 |
| Binary | 10010001 | 1011000 | 1 | 0 | 100111 | 1100011 | 101011 | 100100 | 1100011 | 11101 |
Color Harmonies of #915801
Complementary color
Monochromatic Colors of #915801
Black with #915801
Text Example
Text Example
White with #915801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915801; }
p { color: rgb(145,88,1); }
H1.HeaderClassName
{
color: #915801;
}
.AnyTagClassName
{
color: #915801;
}
</style>
background-color css
<style>
a { background-color: #915801; }
a { background-color: rgb(145,88,1); }
div.DivClassName
{
background-color: #915801;
}
.BgClassName
{
background-color: #915801;
}
</style>
border-color css
<style>
span { border-color: #915801; }
span { border-color: rgb(145,88,1); }
td.TdClassName
{
border-color: #915801;
}
.TagClassName
{
border-color: #915801;
}
</style>