Shades of Golden Brown #915F0B
Tints of Golden Brown #915F0B
RGB
CMYK
RGB Variations
Color information
#915F0B (or 0x915F0B) is known color: Golden Brown. HEX triplet: 91, 5F and 0B. RGB value is (145,95,11). Sum of RGB (Red+Green+Blue) = 145+95+11=251 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.77% from 251); Green value is 95 (37.5% from 255 or 37.85% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 145 - color contains mainly: red. Hex color #915F0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915F0B is #6EA0F4. Grayscale: #646464. Windows color (decimal): -7250165 or 745361. OLE color: 745361.
HSL color Cylindrical-coordinate representation of color #915F0B: hue angle of 37.61º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #915F0B is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 95 | 11 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.43 |
| HSL | 37.61º | 0.86% | 0.31% | - |
| HSV(B) | 37.61º | 0.92% | 0.57% | - |
| XYZ | 15.83 | 14.23 | 2.23 | - |
| YUV | 100.37 | 77.57 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 95 | 11 | 0 | 0.34 | 0.92 | 0.43 | 37.61 | 0.86 | 0.31 |
| Hex | 91 | 5F | B | 0 | 22 | 5C | 2B | 26 | 56 | 1F |
| Octal | 221 | 137 | 13 | 0 | 42 | 134 | 53 | 46 | 126 | 37 |
| Binary | 10010001 | 1011111 | 1011 | 0 | 100010 | 1011100 | 101011 | 100110 | 1010110 | 11111 |
Color Harmonies of #915F0B
Complementary color
Monochromatic Colors of #915F0B
Black with #915F0B
Text Example
Text Example
White with #915F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915F0B; }
p { color: rgb(145,95,11); }
H1.HeaderClassName
{
color: #915F0B;
}
.AnyTagClassName
{
color: #915F0B;
}
</style>
background-color css
<style>
a { background-color: #915F0B; }
a { background-color: rgb(145,95,11); }
div.DivClassName
{
background-color: #915F0B;
}
.BgClassName
{
background-color: #915F0B;
}
</style>
border-color css
<style>
span { border-color: #915F0B; }
span { border-color: rgb(145,95,11); }
td.TdClassName
{
border-color: #915F0B;
}
.TagClassName
{
border-color: #915F0B;
}
</style>