Shades of Golden Brown #875B01
Tints of Golden Brown #875B01
RGB
CMYK
RGB Variations
Color information
#875B01 (or 0x875B01) is known color: Golden Brown. HEX triplet: 87, 5B and 01. RGB value is (135,91,1). Sum of RGB (Red+Green+Blue) = 135+91+1=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #875B01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875B01 is #78A4FE. Grayscale: #5E5E5E. Windows color (decimal): -7906559 or 88967. OLE color: 88967.
HSL color Cylindrical-coordinate representation of color #875B01: hue angle of 40.3º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #875B01 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 91 | 1 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.47 |
| HSL | 40.3º | 0.99% | 0.27% | - |
| HSV(B) | 40.3º | 0.99% | 0.53% | - |
| XYZ | 13.74 | 12.64 | 1.74 | - |
| YUV | 93.9 | 75.58 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 91 | 1 | 0 | 0.33 | 0.99 | 0.47 | 40.3 | 0.99 | 0.27 |
| Hex | 87 | 5B | 1 | 0 | 21 | 63 | 2F | 28 | 63 | 1B |
| Octal | 207 | 133 | 1 | 0 | 41 | 143 | 57 | 50 | 143 | 33 |
| Binary | 10000111 | 1011011 | 1 | 0 | 100001 | 1100011 | 101111 | 101000 | 1100011 | 11011 |
Color Harmonies of #875B01
Complementary color
Monochromatic Colors of #875B01
Black with #875B01
Text Example
Text Example
White with #875B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875B01; }
p { color: rgb(135,91,1); }
H1.HeaderClassName
{
color: #875B01;
}
.AnyTagClassName
{
color: #875B01;
}
</style>
background-color css
<style>
a { background-color: #875B01; }
a { background-color: rgb(135,91,1); }
div.DivClassName
{
background-color: #875B01;
}
.BgClassName
{
background-color: #875B01;
}
</style>
border-color css
<style>
span { border-color: #875B01; }
span { border-color: rgb(135,91,1); }
td.TdClassName
{
border-color: #875B01;
}
.TagClassName
{
border-color: #875B01;
}
</style>