Shades of Golden Brown #91740A
Tints of Golden Brown #91740A
RGB
CMYK
RGB Variations
Color information
#91740A (or 0x91740A) is known color: Golden Brown. HEX triplet: 91, 74 and 0A. RGB value is (145,116,10). Sum of RGB (Red+Green+Blue) = 145+116+10=271 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.51% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 145 - color contains mainly: red. Hex color #91740A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #91740A is #6E8BF5. Grayscale: #717171. Windows color (decimal): -7244790 or 685201. OLE color: 685201.
HSL color Cylindrical-coordinate representation of color #91740A: hue angle of 47.11º 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 #91740A is Cyan = 0, Magento = 0.2, Yellow = 0.93 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 116 | 10 | - |
| CMYK | 0 | 0.2 | 0.93 | 0.43 |
| HSL | 47.11º | 0.87% | 0.3% | - |
| HSV(B) | 47.11º | 0.93% | 0.57% | - |
| XYZ | 17.98 | 18.53 | 2.92 | - |
| YUV | 112.59 | 70.11 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 116 | 10 | 0 | 0.2 | 0.93 | 0.43 | 47.11 | 0.87 | 0.3 |
| Hex | 91 | 74 | A | 0 | 14 | 5D | 2B | 2F | 57 | 1E |
| Octal | 221 | 164 | 12 | 0 | 24 | 135 | 53 | 57 | 127 | 36 |
| Binary | 10010001 | 1110100 | 1010 | 0 | 10100 | 1011101 | 101011 | 101111 | 1010111 | 11110 |
Color Harmonies of #91740A
Complementary color
Monochromatic Colors of #91740A
Black with #91740A
Text Example
Text Example
White with #91740A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91740A; }
p { color: rgb(145,116,10); }
H1.HeaderClassName
{
color: #91740A;
}
.AnyTagClassName
{
color: #91740A;
}
</style>
background-color css
<style>
a { background-color: #91740A; }
a { background-color: rgb(145,116,10); }
div.DivClassName
{
background-color: #91740A;
}
.BgClassName
{
background-color: #91740A;
}
</style>
border-color css
<style>
span { border-color: #91740A; }
span { border-color: rgb(145,116,10); }
td.TdClassName
{
border-color: #91740A;
}
.TagClassName
{
border-color: #91740A;
}
</style>