Shades of Golden Brown #917211
Tints of Golden Brown #917211
RGB
CMYK
RGB Variations
Color information
#917211 (or 0x917211) is known color: Golden Brown. HEX triplet: 91, 72 and 11. RGB value is (145,114,17). Sum of RGB (Red+Green+Blue) = 145+114+17=276 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.54% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 145 - color contains mainly: red. Hex color #917211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917211 is #6E8DEE. Grayscale: #707070. Windows color (decimal): -7245295 or 1143441. OLE color: 1143441.
HSL color Cylindrical-coordinate representation of color #917211: hue angle of 45.47º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #917211 is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 114 | 17 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.43 |
| HSL | 45.47º | 0.79% | 0.32% | - |
| HSV(B) | 45.47º | 0.88% | 0.57% | - |
| XYZ | 17.8 | 18.09 | 3.09 | - |
| YUV | 112.21 | 74.27 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 114 | 17 | 0 | 0.21 | 0.88 | 0.43 | 45.47 | 0.79 | 0.32 |
| Hex | 91 | 72 | 11 | 0 | 15 | 58 | 2B | 2D | 4F | 20 |
| Octal | 221 | 162 | 21 | 0 | 25 | 130 | 53 | 55 | 117 | 40 |
| Binary | 10010001 | 1110010 | 10001 | 0 | 10101 | 1011000 | 101011 | 101101 | 1001111 | 100000 |
Color Harmonies of #917211
Complementary color
Monochromatic Colors of #917211
Black with #917211
Text Example
Text Example
White with #917211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917211; }
p { color: rgb(145,114,17); }
H1.HeaderClassName
{
color: #917211;
}
.AnyTagClassName
{
color: #917211;
}
</style>
background-color css
<style>
a { background-color: #917211; }
a { background-color: rgb(145,114,17); }
div.DivClassName
{
background-color: #917211;
}
.BgClassName
{
background-color: #917211;
}
</style>
border-color css
<style>
span { border-color: #917211; }
span { border-color: rgb(145,114,17); }
td.TdClassName
{
border-color: #917211;
}
.TagClassName
{
border-color: #917211;
}
</style>