Shades of Golden Brown #915F05
Tints of Golden Brown #915F05
RGB
CMYK
RGB Variations
Color information
#915F05 (or 0x915F05) is known color: Golden Brown. HEX triplet: 91, 5F and 05. RGB value is (145,95,5). Sum of RGB (Red+Green+Blue) = 145+95+5=245 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.18% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 145 - color contains mainly: red. Hex color #915F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915F05 is #6EA0FA. Grayscale: #646464. Windows color (decimal): -7250171 or 352145. OLE color: 352145.
HSL color Cylindrical-coordinate representation of color #915F05: hue angle of 38.57º 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 #915F05 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 95 | 5 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.43 |
| HSL | 38.57º | 0.93% | 0.29% | - |
| HSV(B) | 38.57º | 0.97% | 0.57% | - |
| XYZ | 15.8 | 14.22 | 2.05 | - |
| YUV | 99.69 | 74.57 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 95 | 5 | 0 | 0.34 | 0.97 | 0.43 | 38.57 | 0.93 | 0.29 |
| Hex | 91 | 5F | 5 | 0 | 22 | 61 | 2B | 27 | 5D | 1D |
| Octal | 221 | 137 | 5 | 0 | 42 | 141 | 53 | 47 | 135 | 35 |
| Binary | 10010001 | 1011111 | 101 | 0 | 100010 | 1100001 | 101011 | 100111 | 1011101 | 11101 |
Color Harmonies of #915F05
Complementary color
Monochromatic Colors of #915F05
Black with #915F05
Text Example
Text Example
White with #915F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915F05; }
p { color: rgb(145,95,5); }
H1.HeaderClassName
{
color: #915F05;
}
.AnyTagClassName
{
color: #915F05;
}
</style>
background-color css
<style>
a { background-color: #915F05; }
a { background-color: rgb(145,95,5); }
div.DivClassName
{
background-color: #915F05;
}
.BgClassName
{
background-color: #915F05;
}
</style>
border-color css
<style>
span { border-color: #915F05; }
span { border-color: rgb(145,95,5); }
td.TdClassName
{
border-color: #915F05;
}
.TagClassName
{
border-color: #915F05;
}
</style>