Shades of Golden Brown #875B0D
Tints of Golden Brown #875B0D
RGB
CMYK
RGB Variations
Color information
#875B0D (or 0x875B0D) is known color: Golden Brown. HEX triplet: 87, 5B and 0D. RGB value is (135,91,13). Sum of RGB (Red+Green+Blue) = 135+91+13=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #875B0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875B0D is #78A4F2. Grayscale: #5F5F5F. Windows color (decimal): -7906547 or 875399. OLE color: 875399.
HSL color Cylindrical-coordinate representation of color #875B0D: hue angle of 38.36º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #875B0D is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 91 | 13 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.47 |
| HSL | 38.36º | 0.82% | 0.29% | - |
| HSV(B) | 38.36º | 0.9% | 0.53% | - |
| XYZ | 13.81 | 12.66 | 2.1 | - |
| YUV | 95.26 | 81.58 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 91 | 13 | 0 | 0.33 | 0.90 | 0.47 | 38.36 | 0.82 | 0.29 |
| Hex | 87 | 5B | D | 0 | 21 | 5A | 2F | 26 | 52 | 1D |
| Octal | 207 | 133 | 15 | 0 | 41 | 132 | 57 | 46 | 122 | 35 |
| Binary | 10000111 | 1011011 | 1101 | 0 | 100001 | 1011010 | 101111 | 100110 | 1010010 | 11101 |
Color Harmonies of #875B0D
Complementary color
Monochromatic Colors of #875B0D
Black with #875B0D
Text Example
Text Example
White with #875B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875B0D; }
p { color: rgb(135,91,13); }
H1.HeaderClassName
{
color: #875B0D;
}
.AnyTagClassName
{
color: #875B0D;
}
</style>
background-color css
<style>
a { background-color: #875B0D; }
a { background-color: rgb(135,91,13); }
div.DivClassName
{
background-color: #875B0D;
}
.BgClassName
{
background-color: #875B0D;
}
</style>
border-color css
<style>
span { border-color: #875B0D; }
span { border-color: rgb(135,91,13); }
td.TdClassName
{
border-color: #875B0D;
}
.TagClassName
{
border-color: #875B0D;
}
</style>