Shades of Golden Brown #91740C
Tints of Golden Brown #91740C
RGB
CMYK
RGB Variations
Color information
#91740C (or 0x91740C) is known color: Golden Brown. HEX triplet: 91, 74 and 0C. RGB value is (145,116,12). Sum of RGB (Red+Green+Blue) = 145+116+12=273 (36% of max value = 765). Red value is 145 (57.03% from 255 or 53.11% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 145 - color contains mainly: red. Hex color #91740C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #91740C is #6E8BF3. Grayscale: #717171. Windows color (decimal): -7244788 or 816273. OLE color: 816273.
HSL color Cylindrical-coordinate representation of color #91740C: hue angle of 46.92º degrees, saturation: 0.85, 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 #91740C is Cyan = 0, Magento = 0.2, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 116 | 12 | - |
| CMYK | 0 | 0.2 | 0.92 | 0.43 |
| HSL | 46.92º | 0.85% | 0.31% | - |
| HSV(B) | 46.92º | 0.92% | 0.57% | - |
| XYZ | 17.99 | 18.54 | 2.98 | - |
| YUV | 112.82 | 71.11 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 116 | 12 | 0 | 0.2 | 0.92 | 0.43 | 46.92 | 0.85 | 0.31 |
| Hex | 91 | 74 | C | 0 | 14 | 5C | 2B | 2F | 55 | 1F |
| Octal | 221 | 164 | 14 | 0 | 24 | 134 | 53 | 57 | 125 | 37 |
| Binary | 10010001 | 1110100 | 1100 | 0 | 10100 | 1011100 | 101011 | 101111 | 1010101 | 11111 |
Color Harmonies of #91740C
Complementary color
Monochromatic Colors of #91740C
Black with #91740C
Text Example
Text Example
White with #91740C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91740C; }
p { color: rgb(145,116,12); }
H1.HeaderClassName
{
color: #91740C;
}
.AnyTagClassName
{
color: #91740C;
}
</style>
background-color css
<style>
a { background-color: #91740C; }
a { background-color: rgb(145,116,12); }
div.DivClassName
{
background-color: #91740C;
}
.BgClassName
{
background-color: #91740C;
}
</style>
border-color css
<style>
span { border-color: #91740C; }
span { border-color: rgb(145,116,12); }
td.TdClassName
{
border-color: #91740C;
}
.TagClassName
{
border-color: #91740C;
}
</style>