Shades of Golden Brown #875D01
Tints of Golden Brown #875D01
RGB
CMYK
RGB Variations
Color information
#875D01 (or 0x875D01) is known color: Golden Brown. HEX triplet: 87, 5D and 01. RGB value is (135,93,1). Sum of RGB (Red+Green+Blue) = 135+93+1=229 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.95% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 135 - color contains mainly: red. Hex color #875D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875D01 is #78A2FE. Grayscale: #5F5F5F. Windows color (decimal): -7906047 or 89479. OLE color: 89479.
HSL color Cylindrical-coordinate representation of color #875D01: hue angle of 41.19º 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 #875D01 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 93 | 1 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.47 |
| HSL | 41.19º | 0.99% | 0.27% | - |
| HSV(B) | 41.19º | 0.99% | 0.53% | - |
| XYZ | 13.91 | 12.98 | 1.8 | - |
| YUV | 95.07 | 74.91 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 93 | 1 | 0 | 0.31 | 0.99 | 0.47 | 41.19 | 0.99 | 0.27 |
| Hex | 87 | 5D | 1 | 0 | 1F | 63 | 2F | 29 | 63 | 1B |
| Octal | 207 | 135 | 1 | 0 | 37 | 143 | 57 | 51 | 143 | 33 |
| Binary | 10000111 | 1011101 | 1 | 0 | 11111 | 1100011 | 101111 | 101001 | 1100011 | 11011 |
Color Harmonies of #875D01
Complementary color
Monochromatic Colors of #875D01
Black with #875D01
Text Example
Text Example
White with #875D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875D01; }
p { color: rgb(135,93,1); }
H1.HeaderClassName
{
color: #875D01;
}
.AnyTagClassName
{
color: #875D01;
}
</style>
background-color css
<style>
a { background-color: #875D01; }
a { background-color: rgb(135,93,1); }
div.DivClassName
{
background-color: #875D01;
}
.BgClassName
{
background-color: #875D01;
}
</style>
border-color css
<style>
span { border-color: #875D01; }
span { border-color: rgb(135,93,1); }
td.TdClassName
{
border-color: #875D01;
}
.TagClassName
{
border-color: #875D01;
}
</style>