Shades of Golden Brown #915700
Tints of Golden Brown #915700
RGB
CMYK
RGB Variations
Color information
#915700 (or 0x915700) is known color: Golden Brown. HEX triplet: 91, 57 and 00. RGB value is (145,87,0). Sum of RGB (Red+Green+Blue) = 145+87+0=232 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.5% from 232); Green value is 87 (34.38% from 255 or 37.5% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 145 - color contains mainly: red. Hex color #915700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915700 is #6EA8FF. Grayscale: #5E5E5E. Windows color (decimal): -7252224 or 22417. OLE color: 22417.
HSL color Cylindrical-coordinate representation of color #915700: hue angle of 36º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #915700 is Cyan = 0, Magento = 0.4, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 87 | 0 | - |
| CMYK | 0 | 0.4 | 1 | 0.43 |
| HSL | 36º | 1% | 0.28% | - |
| HSV(B) | 36º | 1% | 0.57% | - |
| XYZ | 15.09 | 12.84 | 1.68 | - |
| YUV | 94.42 | 74.72 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 87 | 0 | 0 | 0.4 | 1 | 0.43 | 36 | 1 | 0.28 |
| Hex | 91 | 57 | 0 | 0 | 28 | 64 | 2B | 24 | 64 | 1C |
| Octal | 221 | 127 | 0 | 0 | 50 | 144 | 53 | 44 | 144 | 34 |
| Binary | 10010001 | 1010111 | 0 | 0 | 101000 | 1100100 | 101011 | 100100 | 1100100 | 11100 |
Color Harmonies of #915700
Complementary color
Monochromatic Colors of #915700
Black with #915700
Text Example
Text Example
White with #915700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915700; }
p { color: rgb(145,87,0); }
H1.HeaderClassName
{
color: #915700;
}
.AnyTagClassName
{
color: #915700;
}
</style>
background-color css
<style>
a { background-color: #915700; }
a { background-color: rgb(145,87,0); }
div.DivClassName
{
background-color: #915700;
}
.BgClassName
{
background-color: #915700;
}
</style>
border-color css
<style>
span { border-color: #915700; }
span { border-color: rgb(145,87,0); }
td.TdClassName
{
border-color: #915700;
}
.TagClassName
{
border-color: #915700;
}
</style>