Shades of Golden Brown #915C0F
Tints of Golden Brown #915C0F
RGB
CMYK
RGB Variations
Color information
#915C0F (or 0x915C0F) is known color: Golden Brown. HEX triplet: 91, 5C and 0F. RGB value is (145,92,15). Sum of RGB (Red+Green+Blue) = 145+92+15=252 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.54% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 145 - color contains mainly: red. Hex color #915C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915C0F is #6EA3F0. Grayscale: #636363. Windows color (decimal): -7250929 or 1006737. OLE color: 1006737.
HSL color Cylindrical-coordinate representation of color #915C0F: hue angle of 35.54º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #915C0F is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 92 | 15 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.43 |
| HSL | 35.54º | 0.81% | 0.31% | - |
| HSV(B) | 35.54º | 0.9% | 0.57% | - |
| XYZ | 15.59 | 13.71 | 2.28 | - |
| YUV | 99.07 | 80.56 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 92 | 15 | 0 | 0.37 | 0.90 | 0.43 | 35.54 | 0.81 | 0.31 |
| Hex | 91 | 5C | F | 0 | 25 | 5A | 2B | 24 | 51 | 1F |
| Octal | 221 | 134 | 17 | 0 | 45 | 132 | 53 | 44 | 121 | 37 |
| Binary | 10010001 | 1011100 | 1111 | 0 | 100101 | 1011010 | 101011 | 100100 | 1010001 | 11111 |
Color Harmonies of #915C0F
Complementary color
Monochromatic Colors of #915C0F
Black with #915C0F
Text Example
Text Example
White with #915C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915C0F; }
p { color: rgb(145,92,15); }
H1.HeaderClassName
{
color: #915C0F;
}
.AnyTagClassName
{
color: #915C0F;
}
</style>
background-color css
<style>
a { background-color: #915C0F; }
a { background-color: rgb(145,92,15); }
div.DivClassName
{
background-color: #915C0F;
}
.BgClassName
{
background-color: #915C0F;
}
</style>
border-color css
<style>
span { border-color: #915C0F; }
span { border-color: rgb(145,92,15); }
td.TdClassName
{
border-color: #915C0F;
}
.TagClassName
{
border-color: #915C0F;
}
</style>