Shades of Golden Brown #875B11
Tints of Golden Brown #875B11
RGB
CMYK
RGB Variations
Color information
#875B11 (or 0x875B11) is known color: Golden Brown. HEX triplet: 87, 5B and 11. RGB value is (135,91,17). Sum of RGB (Red+Green+Blue) = 135+91+17=243 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.56% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 135 - color contains mainly: red. Hex color #875B11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875B11 is #78A4EE. Grayscale: #606060. Windows color (decimal): -7906543 or 1137543. OLE color: 1137543.
HSL color Cylindrical-coordinate representation of color #875B11: hue angle of 37.63º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #875B11 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 91 | 17 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.47 |
| HSL | 37.63º | 0.78% | 0.3% | - |
| HSV(B) | 37.63º | 0.87% | 0.53% | - |
| XYZ | 13.83 | 12.67 | 2.25 | - |
| YUV | 95.72 | 83.58 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 91 | 17 | 0 | 0.33 | 0.87 | 0.47 | 37.63 | 0.78 | 0.3 |
| Hex | 87 | 5B | 11 | 0 | 21 | 57 | 2F | 26 | 4E | 1E |
| Octal | 207 | 133 | 21 | 0 | 41 | 127 | 57 | 46 | 116 | 36 |
| Binary | 10000111 | 1011011 | 10001 | 0 | 100001 | 1010111 | 101111 | 100110 | 1001110 | 11110 |
Color Harmonies of #875B11
Complementary color
Monochromatic Colors of #875B11
Black with #875B11
Text Example
Text Example
White with #875B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875B11; }
p { color: rgb(135,91,17); }
H1.HeaderClassName
{
color: #875B11;
}
.AnyTagClassName
{
color: #875B11;
}
</style>
background-color css
<style>
a { background-color: #875B11; }
a { background-color: rgb(135,91,17); }
div.DivClassName
{
background-color: #875B11;
}
.BgClassName
{
background-color: #875B11;
}
</style>
border-color css
<style>
span { border-color: #875B11; }
span { border-color: rgb(135,91,17); }
td.TdClassName
{
border-color: #875B11;
}
.TagClassName
{
border-color: #875B11;
}
</style>