Shades of Golden Brown #915F00
Tints of Golden Brown #915F00
RGB
CMYK
RGB Variations
Color information
#915F00 (or 0x915F00) is known color: Golden Brown. HEX triplet: 91, 5F and 00. RGB value is (145,95,0). Sum of RGB (Red+Green+Blue) = 145+95+0=240 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.42% from 240); Green value is 95 (37.5% from 255 or 39.58% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 145 - color contains mainly: red. Hex color #915F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915F00 is #6EA0FF. Grayscale: #636363. Windows color (decimal): -7250176 or 24465. OLE color: 24465.
HSL color Cylindrical-coordinate representation of color #915F00: hue angle of 39.31º 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 #915F00 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 95 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.43 |
| HSL | 39.31º | 1% | 0.28% | - |
| HSV(B) | 39.31º | 1% | 0.57% | - |
| XYZ | 15.77 | 14.2 | 1.91 | - |
| YUV | 99.12 | 72.07 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 95 | 0 | 0 | 0.34 | 1 | 0.43 | 39.31 | 1 | 0.28 |
| Hex | 91 | 5F | 0 | 0 | 22 | 64 | 2B | 27 | 64 | 1C |
| Octal | 221 | 137 | 0 | 0 | 42 | 144 | 53 | 47 | 144 | 34 |
| Binary | 10010001 | 1011111 | 0 | 0 | 100010 | 1100100 | 101011 | 100111 | 1100100 | 11100 |
Color Harmonies of #915F00
Complementary color
Monochromatic Colors of #915F00
Black with #915F00
Text Example
Text Example
White with #915F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915F00; }
p { color: rgb(145,95,0); }
H1.HeaderClassName
{
color: #915F00;
}
.AnyTagClassName
{
color: #915F00;
}
</style>
background-color css
<style>
a { background-color: #915F00; }
a { background-color: rgb(145,95,0); }
div.DivClassName
{
background-color: #915F00;
}
.BgClassName
{
background-color: #915F00;
}
</style>
border-color css
<style>
span { border-color: #915F00; }
span { border-color: rgb(145,95,0); }
td.TdClassName
{
border-color: #915F00;
}
.TagClassName
{
border-color: #915F00;
}
</style>