Shades of Golden Brown #91580F
Tints of Golden Brown #91580F
RGB
CMYK
RGB Variations
Color information
#91580F (or 0x91580F) is known color: Golden Brown. HEX triplet: 91, 58 and 0F. RGB value is (145,88,15). Sum of RGB (Red+Green+Blue) = 145+88+15=248 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.47% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 145 - color contains mainly: red. Hex color #91580F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #91580F is #6EA7F0. Grayscale: #616161. Windows color (decimal): -7251953 or 1005713. OLE color: 1005713.
HSL color Cylindrical-coordinate representation of color #91580F: hue angle of 33.69º 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 #91580F is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 88 | 15 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.43 |
| HSL | 33.69º | 0.81% | 0.31% | - |
| HSV(B) | 33.69º | 0.9% | 0.57% | - |
| XYZ | 15.25 | 13.03 | 2.16 | - |
| YUV | 96.72 | 81.88 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 88 | 15 | 0 | 0.39 | 0.90 | 0.43 | 33.69 | 0.81 | 0.31 |
| Hex | 91 | 58 | F | 0 | 27 | 5A | 2B | 22 | 51 | 1F |
| Octal | 221 | 130 | 17 | 0 | 47 | 132 | 53 | 42 | 121 | 37 |
| Binary | 10010001 | 1011000 | 1111 | 0 | 100111 | 1011010 | 101011 | 100010 | 1010001 | 11111 |
Color Harmonies of #91580F
Complementary color
Monochromatic Colors of #91580F
Black with #91580F
Text Example
Text Example
White with #91580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91580F; }
p { color: rgb(145,88,15); }
H1.HeaderClassName
{
color: #91580F;
}
.AnyTagClassName
{
color: #91580F;
}
</style>
background-color css
<style>
a { background-color: #91580F; }
a { background-color: rgb(145,88,15); }
div.DivClassName
{
background-color: #91580F;
}
.BgClassName
{
background-color: #91580F;
}
</style>
border-color css
<style>
span { border-color: #91580F; }
span { border-color: rgb(145,88,15); }
td.TdClassName
{
border-color: #91580F;
}
.TagClassName
{
border-color: #91580F;
}
</style>