Shades of Golden Brown #917205
Tints of Golden Brown #917205
RGB
CMYK
RGB Variations
Color information
#917205 (or 0x917205) is known color: Golden Brown. HEX triplet: 91, 72 and 05. RGB value is (145,114,5). Sum of RGB (Red+Green+Blue) = 145+114+5=264 (34% of max value = 765). Red value is 145 (57.03% from 255 or 54.92% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 145 - color contains mainly: red. Hex color #917205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #917205 is #6E8DFA. Grayscale: #6F6F6F. Windows color (decimal): -7245307 or 357009. OLE color: 357009.
HSL color Cylindrical-coordinate representation of color #917205: hue angle of 46.71º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #917205 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 114 | 5 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.43 |
| HSL | 46.71º | 0.93% | 0.29% | - |
| HSV(B) | 46.71º | 0.97% | 0.57% | - |
| XYZ | 17.72 | 18.07 | 2.7 | - |
| YUV | 110.84 | 68.27 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 114 | 5 | 0 | 0.21 | 0.97 | 0.43 | 46.71 | 0.93 | 0.29 |
| Hex | 91 | 72 | 5 | 0 | 15 | 61 | 2B | 2F | 5D | 1D |
| Octal | 221 | 162 | 5 | 0 | 25 | 141 | 53 | 57 | 135 | 35 |
| Binary | 10010001 | 1110010 | 101 | 0 | 10101 | 1100001 | 101011 | 101111 | 1011101 | 11101 |
Color Harmonies of #917205
Complementary color
Monochromatic Colors of #917205
Black with #917205
Text Example
Text Example
White with #917205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917205; }
p { color: rgb(145,114,5); }
H1.HeaderClassName
{
color: #917205;
}
.AnyTagClassName
{
color: #917205;
}
</style>
background-color css
<style>
a { background-color: #917205; }
a { background-color: rgb(145,114,5); }
div.DivClassName
{
background-color: #917205;
}
.BgClassName
{
background-color: #917205;
}
</style>
border-color css
<style>
span { border-color: #917205; }
span { border-color: rgb(145,114,5); }
td.TdClassName
{
border-color: #917205;
}
.TagClassName
{
border-color: #917205;
}
</style>