Shades of Golden Brown #91750D
Tints of Golden Brown #91750D
RGB
CMYK
RGB Variations
Color information
#91750D (or 0x91750D) is known color: Golden Brown. HEX triplet: 91, 75 and 0D. RGB value is (145,117,13). Sum of RGB (Red+Green+Blue) = 145+117+13=275 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.73% from 275); Green value is 117 (46.09% from 255 or 42.55% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 145 - color contains mainly: red. Hex color #91750D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #91750D is #6E8AF2. Grayscale: #717171. Windows color (decimal): -7244531 or 882065. OLE color: 882065.
HSL color Cylindrical-coordinate representation of color #91750D: hue angle of 47.27º 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 #91750D is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 117 | 13 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.43 |
| HSL | 47.27º | 0.84% | 0.31% | - |
| HSV(B) | 47.27º | 0.91% | 0.57% | - |
| XYZ | 18.11 | 18.77 | 3.05 | - |
| YUV | 113.52 | 71.28 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 117 | 13 | 0 | 0.19 | 0.91 | 0.43 | 47.27 | 0.84 | 0.31 |
| Hex | 91 | 75 | D | 0 | 13 | 5B | 2B | 2F | 54 | 1F |
| Octal | 221 | 165 | 15 | 0 | 23 | 133 | 53 | 57 | 124 | 37 |
| Binary | 10010001 | 1110101 | 1101 | 0 | 10011 | 1011011 | 101011 | 101111 | 1010100 | 11111 |
Color Harmonies of #91750D
Complementary color
Monochromatic Colors of #91750D
Black with #91750D
Text Example
Text Example
White with #91750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91750D; }
p { color: rgb(145,117,13); }
H1.HeaderClassName
{
color: #91750D;
}
.AnyTagClassName
{
color: #91750D;
}
</style>
background-color css
<style>
a { background-color: #91750D; }
a { background-color: rgb(145,117,13); }
div.DivClassName
{
background-color: #91750D;
}
.BgClassName
{
background-color: #91750D;
}
</style>
border-color css
<style>
span { border-color: #91750D; }
span { border-color: rgb(145,117,13); }
td.TdClassName
{
border-color: #91750D;
}
.TagClassName
{
border-color: #91750D;
}
</style>