Shades of Golden Brown #91750E
Tints of Golden Brown #91750E
RGB
CMYK
RGB Variations
Color information
#91750E (or 0x91750E) is known color: Golden Brown. HEX triplet: 91, 75 and 0E. RGB value is (145,117,14). Sum of RGB (Red+Green+Blue) = 145+117+14=276 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.54% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 145 - color contains mainly: red. Hex color #91750E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #91750E is #6E8AF1. Grayscale: #727272. Windows color (decimal): -7244530 or 947601. OLE color: 947601.
HSL color Cylindrical-coordinate representation of color #91750E: hue angle of 47.18º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #91750E is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 117 | 14 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.43 |
| HSL | 47.18º | 0.82% | 0.31% | - |
| HSV(B) | 47.18º | 0.9% | 0.57% | - |
| XYZ | 18.12 | 18.77 | 3.08 | - |
| YUV | 113.63 | 71.78 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 117 | 14 | 0 | 0.19 | 0.90 | 0.43 | 47.18 | 0.82 | 0.31 |
| Hex | 91 | 75 | E | 0 | 13 | 5A | 2B | 2F | 52 | 1F |
| Octal | 221 | 165 | 16 | 0 | 23 | 132 | 53 | 57 | 122 | 37 |
| Binary | 10010001 | 1110101 | 1110 | 0 | 10011 | 1011010 | 101011 | 101111 | 1010010 | 11111 |
Color Harmonies of #91750E
Complementary color
Monochromatic Colors of #91750E
Black with #91750E
Text Example
Text Example
White with #91750E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91750E; }
p { color: rgb(145,117,14); }
H1.HeaderClassName
{
color: #91750E;
}
.AnyTagClassName
{
color: #91750E;
}
</style>
background-color css
<style>
a { background-color: #91750E; }
a { background-color: rgb(145,117,14); }
div.DivClassName
{
background-color: #91750E;
}
.BgClassName
{
background-color: #91750E;
}
</style>
border-color css
<style>
span { border-color: #91750E; }
span { border-color: rgb(145,117,14); }
td.TdClassName
{
border-color: #91750E;
}
.TagClassName
{
border-color: #91750E;
}
</style>