Shades of Golden Brown #915C00
Tints of Golden Brown #915C00
RGB
CMYK
RGB Variations
Color information
#915C00 (or 0x915C00) is known color: Golden Brown. HEX triplet: 91, 5C and 00. RGB value is (145,92,0). Sum of RGB (Red+Green+Blue) = 145+92+0=237 (31% of max value = 765). Red value is 145 (57.03% from 255 or 61.18% from 237); Green value is 92 (36.33% from 255 or 38.82% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 145 - color contains mainly: red. Hex color #915C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915C00 is #6EA3FF. Grayscale: #616161. Windows color (decimal): -7250944 or 23697. OLE color: 23697.
HSL color Cylindrical-coordinate representation of color #915C00: hue angle of 38.07º 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 #915C00 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 92 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.43 |
| HSL | 38.07º | 1% | 0.28% | - |
| HSV(B) | 38.07º | 1% | 0.57% | - |
| XYZ | 15.5 | 13.67 | 1.82 | - |
| YUV | 97.36 | 73.06 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 92 | 0 | 0 | 0.37 | 1 | 0.43 | 38.07 | 1 | 0.28 |
| Hex | 91 | 5C | 0 | 0 | 25 | 64 | 2B | 26 | 64 | 1C |
| Octal | 221 | 134 | 0 | 0 | 45 | 144 | 53 | 46 | 144 | 34 |
| Binary | 10010001 | 1011100 | 0 | 0 | 100101 | 1100100 | 101011 | 100110 | 1100100 | 11100 |
Color Harmonies of #915C00
Complementary color
Monochromatic Colors of #915C00
Black with #915C00
Text Example
Text Example
White with #915C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915C00; }
p { color: rgb(145,92,0); }
H1.HeaderClassName
{
color: #915C00;
}
.AnyTagClassName
{
color: #915C00;
}
</style>
background-color css
<style>
a { background-color: #915C00; }
a { background-color: rgb(145,92,0); }
div.DivClassName
{
background-color: #915C00;
}
.BgClassName
{
background-color: #915C00;
}
</style>
border-color css
<style>
span { border-color: #915C00; }
span { border-color: rgb(145,92,0); }
td.TdClassName
{
border-color: #915C00;
}
.TagClassName
{
border-color: #915C00;
}
</style>