Shades of Golden Brown #915A00
Tints of Golden Brown #915A00
RGB
CMYK
RGB Variations
Color information
#915A00 (or 0x915A00) is known color: Golden Brown. HEX triplet: 91, 5A and 00. RGB value is (145,90,0). Sum of RGB (Red+Green+Blue) = 145+90+0=235 (31% of max value = 765). Red value is 145 (57.03% from 255 or 61.70% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 145 - color contains mainly: red. Hex color #915A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915A00 is #6EA5FF. Grayscale: #606060. Windows color (decimal): -7251456 or 23185. OLE color: 23185.
HSL color Cylindrical-coordinate representation of color #915A00: hue angle of 37.24º 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 #915A00 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 90 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.43 |
| HSL | 37.24º | 1% | 0.28% | - |
| HSV(B) | 37.24º | 1% | 0.57% | - |
| XYZ | 15.33 | 13.33 | 1.77 | - |
| YUV | 96.19 | 73.72 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 90 | 0 | 0 | 0.38 | 1 | 0.43 | 37.24 | 1 | 0.28 |
| Hex | 91 | 5A | 0 | 0 | 26 | 64 | 2B | 25 | 64 | 1C |
| Octal | 221 | 132 | 0 | 0 | 46 | 144 | 53 | 45 | 144 | 34 |
| Binary | 10010001 | 1011010 | 0 | 0 | 100110 | 1100100 | 101011 | 100101 | 1100100 | 11100 |
Color Harmonies of #915A00
Complementary color
Monochromatic Colors of #915A00
Black with #915A00
Text Example
Text Example
White with #915A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915A00; }
p { color: rgb(145,90,0); }
H1.HeaderClassName
{
color: #915A00;
}
.AnyTagClassName
{
color: #915A00;
}
</style>
background-color css
<style>
a { background-color: #915A00; }
a { background-color: rgb(145,90,0); }
div.DivClassName
{
background-color: #915A00;
}
.BgClassName
{
background-color: #915A00;
}
</style>
border-color css
<style>
span { border-color: #915A00; }
span { border-color: rgb(145,90,0); }
td.TdClassName
{
border-color: #915A00;
}
.TagClassName
{
border-color: #915A00;
}
</style>