Shades of Golden Brown #91750A
Tints of Golden Brown #91750A
RGB
CMYK
RGB Variations
Color information
#91750A (or 0x91750A) is known color: Golden Brown. HEX triplet: 91, 75 and 0A. RGB value is (145,117,10). Sum of RGB (Red+Green+Blue) = 145+117+10=272 (36% of max value = 765). Red value is 145 (57.03% from 255 or 53.31% from 272); Green value is 117 (46.09% from 255 or 43.01% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 145 - color contains mainly: red. Hex color #91750A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #91750A is #6E8AF5. Grayscale: #717171. Windows color (decimal): -7244534 or 685457. OLE color: 685457.
HSL color Cylindrical-coordinate representation of color #91750A: hue angle of 47.56º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #91750A is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 117 | 10 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.43 |
| HSL | 47.56º | 0.87% | 0.3% | - |
| HSV(B) | 47.56º | 0.93% | 0.57% | - |
| XYZ | 18.09 | 18.76 | 2.96 | - |
| YUV | 113.17 | 69.78 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 117 | 10 | 0 | 0.19 | 0.93 | 0.43 | 47.56 | 0.87 | 0.3 |
| Hex | 91 | 75 | A | 0 | 13 | 5D | 2B | 30 | 57 | 1E |
| Octal | 221 | 165 | 12 | 0 | 23 | 135 | 53 | 60 | 127 | 36 |
| Binary | 10010001 | 1110101 | 1010 | 0 | 10011 | 1011101 | 101011 | 110000 | 1010111 | 11110 |
Color Harmonies of #91750A
Complementary color
Monochromatic Colors of #91750A
Black with #91750A
Text Example
Text Example
White with #91750A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91750A; }
p { color: rgb(145,117,10); }
H1.HeaderClassName
{
color: #91750A;
}
.AnyTagClassName
{
color: #91750A;
}
</style>
background-color css
<style>
a { background-color: #91750A; }
a { background-color: rgb(145,117,10); }
div.DivClassName
{
background-color: #91750A;
}
.BgClassName
{
background-color: #91750A;
}
</style>
border-color css
<style>
span { border-color: #91750A; }
span { border-color: rgb(145,117,10); }
td.TdClassName
{
border-color: #91750A;
}
.TagClassName
{
border-color: #91750A;
}
</style>