Shades of Golden Brown #917103
Tints of Golden Brown #917103
RGB
CMYK
RGB Variations
Color information
#917103 (or 0x917103) is known color: Golden Brown. HEX triplet: 91, 71 and 03. RGB value is (145,113,3). Sum of RGB (Red+Green+Blue) = 145+113+3=261 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.56% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 145 - color contains mainly: red. Hex color #917103 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917103 is #6E8EFC. Grayscale: #6E6E6E. Windows color (decimal): -7245565 or 225681. OLE color: 225681.
HSL color Cylindrical-coordinate representation of color #917103: hue angle of 46.48º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #917103 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 113 | 3 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.43 |
| HSL | 46.48º | 0.96% | 0.29% | - |
| HSV(B) | 46.48º | 0.98% | 0.57% | - |
| XYZ | 17.6 | 17.84 | 2.6 | - |
| YUV | 110.03 | 67.6 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 113 | 3 | 0 | 0.22 | 0.98 | 0.43 | 46.48 | 0.96 | 0.29 |
| Hex | 91 | 71 | 3 | 0 | 16 | 62 | 2B | 2E | 60 | 1D |
| Octal | 221 | 161 | 3 | 0 | 26 | 142 | 53 | 56 | 140 | 35 |
| Binary | 10010001 | 1110001 | 11 | 0 | 10110 | 1100010 | 101011 | 101110 | 1100000 | 11101 |
Color Harmonies of #917103
Complementary color
Monochromatic Colors of #917103
Black with #917103
Text Example
Text Example
White with #917103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917103; }
p { color: rgb(145,113,3); }
H1.HeaderClassName
{
color: #917103;
}
.AnyTagClassName
{
color: #917103;
}
</style>
background-color css
<style>
a { background-color: #917103; }
a { background-color: rgb(145,113,3); }
div.DivClassName
{
background-color: #917103;
}
.BgClassName
{
background-color: #917103;
}
</style>
border-color css
<style>
span { border-color: #917103; }
span { border-color: rgb(145,113,3); }
td.TdClassName
{
border-color: #917103;
}
.TagClassName
{
border-color: #917103;
}
</style>