Shades of Golden Brown #875C03
Tints of Golden Brown #875C03
RGB
CMYK
RGB Variations
Color information
#875C03 (or 0x875C03) is known color: Golden Brown. HEX triplet: 87, 5C and 03. RGB value is (135,92,3). Sum of RGB (Red+Green+Blue) = 135+92+3=230 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.70% from 230); Green value is 92 (36.33% from 255 or 40% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 135 - color contains mainly: red. Hex color #875C03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875C03 is #78A3FC. Grayscale: #5F5F5F. Windows color (decimal): -7906301 or 220295. OLE color: 220295.
HSL color Cylindrical-coordinate representation of color #875C03: hue angle of 40.45º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #875C03 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 92 | 3 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.47 |
| HSL | 40.45º | 0.96% | 0.27% | - |
| HSV(B) | 40.45º | 0.98% | 0.53% | - |
| XYZ | 13.84 | 12.81 | 1.83 | - |
| YUV | 94.71 | 76.25 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 92 | 3 | 0 | 0.32 | 0.98 | 0.47 | 40.45 | 0.96 | 0.27 |
| Hex | 87 | 5C | 3 | 0 | 20 | 62 | 2F | 28 | 60 | 1B |
| Octal | 207 | 134 | 3 | 0 | 40 | 142 | 57 | 50 | 140 | 33 |
| Binary | 10000111 | 1011100 | 11 | 0 | 100000 | 1100010 | 101111 | 101000 | 1100000 | 11011 |
Color Harmonies of #875C03
Complementary color
Monochromatic Colors of #875C03
Black with #875C03
Text Example
Text Example
White with #875C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875C03; }
p { color: rgb(135,92,3); }
H1.HeaderClassName
{
color: #875C03;
}
.AnyTagClassName
{
color: #875C03;
}
</style>
background-color css
<style>
a { background-color: #875C03; }
a { background-color: rgb(135,92,3); }
div.DivClassName
{
background-color: #875C03;
}
.BgClassName
{
background-color: #875C03;
}
</style>
border-color css
<style>
span { border-color: #875C03; }
span { border-color: rgb(135,92,3); }
td.TdClassName
{
border-color: #875C03;
}
.TagClassName
{
border-color: #875C03;
}
</style>