Shades of Golden Brown #915F0F
Tints of Golden Brown #915F0F
RGB
CMYK
RGB Variations
Color information
#915F0F (or 0x915F0F) is known color: Golden Brown. HEX triplet: 91, 5F and 0F. RGB value is (145,95,15). Sum of RGB (Red+Green+Blue) = 145+95+15=255 (33% of max value = 765). Red value is 145 (57.03% from 255 or 56.86% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 145 - color contains mainly: red. Hex color #915F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915F0F is #6EA0F0. Grayscale: #656565. Windows color (decimal): -7250161 or 1007505. OLE color: 1007505.
HSL color Cylindrical-coordinate representation of color #915F0F: hue angle of 36.92º 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 #915F0F is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 95 | 15 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.43 |
| HSL | 36.92º | 0.81% | 0.31% | - |
| HSV(B) | 36.92º | 0.9% | 0.57% | - |
| XYZ | 15.86 | 14.24 | 2.36 | - |
| YUV | 100.83 | 79.57 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 95 | 15 | 0 | 0.34 | 0.90 | 0.43 | 36.92 | 0.81 | 0.31 |
| Hex | 91 | 5F | F | 0 | 22 | 5A | 2B | 25 | 51 | 1F |
| Octal | 221 | 137 | 17 | 0 | 42 | 132 | 53 | 45 | 121 | 37 |
| Binary | 10010001 | 1011111 | 1111 | 0 | 100010 | 1011010 | 101011 | 100101 | 1010001 | 11111 |
Color Harmonies of #915F0F
Complementary color
Monochromatic Colors of #915F0F
Black with #915F0F
Text Example
Text Example
White with #915F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915F0F; }
p { color: rgb(145,95,15); }
H1.HeaderClassName
{
color: #915F0F;
}
.AnyTagClassName
{
color: #915F0F;
}
</style>
background-color css
<style>
a { background-color: #915F0F; }
a { background-color: rgb(145,95,15); }
div.DivClassName
{
background-color: #915F0F;
}
.BgClassName
{
background-color: #915F0F;
}
</style>
border-color css
<style>
span { border-color: #915F0F; }
span { border-color: rgb(145,95,15); }
td.TdClassName
{
border-color: #915F0F;
}
.TagClassName
{
border-color: #915F0F;
}
</style>