Shades of Golden Brown #875A00
Tints of Golden Brown #875A00
RGB
CMYK
RGB Variations
Color information
#875A00 (or 0x875A00) is known color: Golden Brown. HEX triplet: 87, 5A and 00. RGB value is (135,90,0). Sum of RGB (Red+Green+Blue) = 135+90+0=225 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 135 - color contains mainly: red. Hex color #875A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875A00 is #78A5FF. Grayscale: #5D5D5D. Windows color (decimal): -7906816 or 23175. OLE color: 23175.
HSL color Cylindrical-coordinate representation of color #875A00: hue angle of 40º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #875A00 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 90 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.47 |
| HSL | 40º | 1% | 0.26% | - |
| HSV(B) | 40º | 1% | 0.53% | - |
| XYZ | 13.65 | 12.46 | 1.69 | - |
| YUV | 93.2 | 75.41 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 90 | 0 | 0 | 0.33 | 1 | 0.47 | 40 | 1 | 0.26 |
| Hex | 87 | 5A | 0 | 0 | 21 | 64 | 2F | 28 | 64 | 1A |
| Octal | 207 | 132 | 0 | 0 | 41 | 144 | 57 | 50 | 144 | 32 |
| Binary | 10000111 | 1011010 | 0 | 0 | 100001 | 1100100 | 101111 | 101000 | 1100100 | 11010 |
Color Harmonies of #875A00
Complementary color
Monochromatic Colors of #875A00
Black with #875A00
Text Example
Text Example
White with #875A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875A00; }
p { color: rgb(135,90,0); }
H1.HeaderClassName
{
color: #875A00;
}
.AnyTagClassName
{
color: #875A00;
}
</style>
background-color css
<style>
a { background-color: #875A00; }
a { background-color: rgb(135,90,0); }
div.DivClassName
{
background-color: #875A00;
}
.BgClassName
{
background-color: #875A00;
}
</style>
border-color css
<style>
span { border-color: #875A00; }
span { border-color: rgb(135,90,0); }
td.TdClassName
{
border-color: #875A00;
}
.TagClassName
{
border-color: #875A00;
}
</style>