Shades of Golden Brown #91760B
Tints of Golden Brown #91760B
RGB
CMYK
RGB Variations
Color information
#91760B (or 0x91760B) is known color: Golden Brown. HEX triplet: 91, 76 and 0B. RGB value is (145,118,11). Sum of RGB (Red+Green+Blue) = 145+118+11=274 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.92% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 145 - color contains mainly: red. Hex color #91760B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #91760B is #6E89F4. Grayscale: #727272. Windows color (decimal): -7244277 or 751249. OLE color: 751249.
HSL color Cylindrical-coordinate representation of color #91760B: hue angle of 47.91º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #91760B is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 118 | 11 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.43 |
| HSL | 47.91º | 0.86% | 0.31% | - |
| HSV(B) | 47.91º | 0.92% | 0.57% | - |
| XYZ | 18.22 | 19 | 3.02 | - |
| YUV | 113.88 | 69.95 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 118 | 11 | 0 | 0.19 | 0.92 | 0.43 | 47.91 | 0.86 | 0.31 |
| Hex | 91 | 76 | B | 0 | 13 | 5C | 2B | 30 | 56 | 1F |
| Octal | 221 | 166 | 13 | 0 | 23 | 134 | 53 | 60 | 126 | 37 |
| Binary | 10010001 | 1110110 | 1011 | 0 | 10011 | 1011100 | 101011 | 110000 | 1010110 | 11111 |
Color Harmonies of #91760B
Complementary color
Monochromatic Colors of #91760B
Black with #91760B
Text Example
Text Example
White with #91760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91760B; }
p { color: rgb(145,118,11); }
H1.HeaderClassName
{
color: #91760B;
}
.AnyTagClassName
{
color: #91760B;
}
</style>
background-color css
<style>
a { background-color: #91760B; }
a { background-color: rgb(145,118,11); }
div.DivClassName
{
background-color: #91760B;
}
.BgClassName
{
background-color: #91760B;
}
</style>
border-color css
<style>
span { border-color: #91760B; }
span { border-color: rgb(145,118,11); }
td.TdClassName
{
border-color: #91760B;
}
.TagClassName
{
border-color: #91760B;
}
</style>