Shades of Golden Brown #91760D
Tints of Golden Brown #91760D
RGB
CMYK
RGB Variations
Color information
#91760D (or 0x91760D) is known color: Golden Brown. HEX triplet: 91, 76 and 0D. RGB value is (145,118,13). Sum of RGB (Red+Green+Blue) = 145+118+13=276 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.54% from 276); Green value is 118 (46.48% from 255 or 42.75% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 145 - color contains mainly: red. Hex color #91760D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #91760D is #6E89F2. Grayscale: #727272. Windows color (decimal): -7244275 or 882321. OLE color: 882321.
HSL color Cylindrical-coordinate representation of color #91760D: hue angle of 47.73º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #91760D is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 118 | 13 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.43 |
| HSL | 47.73º | 0.84% | 0.31% | - |
| HSV(B) | 47.73º | 0.91% | 0.57% | - |
| XYZ | 18.23 | 19.01 | 3.09 | - |
| YUV | 114.1 | 70.95 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 118 | 13 | 0 | 0.19 | 0.91 | 0.43 | 47.73 | 0.84 | 0.31 |
| Hex | 91 | 76 | D | 0 | 13 | 5B | 2B | 30 | 54 | 1F |
| Octal | 221 | 166 | 15 | 0 | 23 | 133 | 53 | 60 | 124 | 37 |
| Binary | 10010001 | 1110110 | 1101 | 0 | 10011 | 1011011 | 101011 | 110000 | 1010100 | 11111 |
Color Harmonies of #91760D
Complementary color
Monochromatic Colors of #91760D
Black with #91760D
Text Example
Text Example
White with #91760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91760D; }
p { color: rgb(145,118,13); }
H1.HeaderClassName
{
color: #91760D;
}
.AnyTagClassName
{
color: #91760D;
}
</style>
background-color css
<style>
a { background-color: #91760D; }
a { background-color: rgb(145,118,13); }
div.DivClassName
{
background-color: #91760D;
}
.BgClassName
{
background-color: #91760D;
}
</style>
border-color css
<style>
span { border-color: #91760D; }
span { border-color: rgb(145,118,13); }
td.TdClassName
{
border-color: #91760D;
}
.TagClassName
{
border-color: #91760D;
}
</style>