Shades of Golden Brown #875A07
Tints of Golden Brown #875A07
RGB
CMYK
RGB Variations
Color information
#875A07 (or 0x875A07) is known color: Golden Brown. HEX triplet: 87, 5A and 07. RGB value is (135,90,7). Sum of RGB (Red+Green+Blue) = 135+90+7=232 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.19% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 135 - color contains mainly: red. Hex color #875A07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875A07 is #78A5F8. Grayscale: #5E5E5E. Windows color (decimal): -7906809 or 481927. OLE color: 481927.
HSL color Cylindrical-coordinate representation of color #875A07: hue angle of 38.91º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #875A07 is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 90 | 7 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.47 |
| HSL | 38.91º | 0.9% | 0.28% | - |
| HSV(B) | 38.91º | 0.95% | 0.53% | - |
| XYZ | 13.69 | 12.48 | 1.89 | - |
| YUV | 93.99 | 78.91 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 90 | 7 | 0 | 0.33 | 0.95 | 0.47 | 38.91 | 0.9 | 0.28 |
| Hex | 87 | 5A | 7 | 0 | 21 | 5F | 2F | 27 | 5A | 1C |
| Octal | 207 | 132 | 7 | 0 | 41 | 137 | 57 | 47 | 132 | 34 |
| Binary | 10000111 | 1011010 | 111 | 0 | 100001 | 1011111 | 101111 | 100111 | 1011010 | 11100 |
Color Harmonies of #875A07
Complementary color
Monochromatic Colors of #875A07
Black with #875A07
Text Example
Text Example
White with #875A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875A07; }
p { color: rgb(135,90,7); }
H1.HeaderClassName
{
color: #875A07;
}
.AnyTagClassName
{
color: #875A07;
}
</style>
background-color css
<style>
a { background-color: #875A07; }
a { background-color: rgb(135,90,7); }
div.DivClassName
{
background-color: #875A07;
}
.BgClassName
{
background-color: #875A07;
}
</style>
border-color css
<style>
span { border-color: #875A07; }
span { border-color: rgb(135,90,7); }
td.TdClassName
{
border-color: #875A07;
}
.TagClassName
{
border-color: #875A07;
}
</style>