Shades of Golden Brown #875C14
Tints of Golden Brown #875C14
RGB
CMYK
RGB Variations
Color information
#875C14 (or 0x875C14) is known color: Golden Brown. HEX triplet: 87, 5C and 14. RGB value is (135,92,20). Sum of RGB (Red+Green+Blue) = 135+92+20=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #875C14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875C14 is #78A3EB. Grayscale: #606060. Windows color (decimal): -7906284 or 1334407. OLE color: 1334407.
HSL color Cylindrical-coordinate representation of color #875C14: hue angle of 37.57º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #875C14 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 92 | 20 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.47 |
| HSL | 37.57º | 0.74% | 0.3% | - |
| HSV(B) | 37.57º | 0.85% | 0.53% | - |
| XYZ | 13.95 | 12.86 | 2.41 | - |
| YUV | 96.65 | 84.75 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 92 | 20 | 0 | 0.32 | 0.85 | 0.47 | 37.57 | 0.74 | 0.3 |
| Hex | 87 | 5C | 14 | 0 | 20 | 55 | 2F | 26 | 4A | 1E |
| Octal | 207 | 134 | 24 | 0 | 40 | 125 | 57 | 46 | 112 | 36 |
| Binary | 10000111 | 1011100 | 10100 | 0 | 100000 | 1010101 | 101111 | 100110 | 1001010 | 11110 |
Color Harmonies of #875C14
Complementary color
Monochromatic Colors of #875C14
Black with #875C14
Text Example
Text Example
White with #875C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875C14; }
p { color: rgb(135,92,20); }
H1.HeaderClassName
{
color: #875C14;
}
.AnyTagClassName
{
color: #875C14;
}
</style>
background-color css
<style>
a { background-color: #875C14; }
a { background-color: rgb(135,92,20); }
div.DivClassName
{
background-color: #875C14;
}
.BgClassName
{
background-color: #875C14;
}
</style>
border-color css
<style>
span { border-color: #875C14; }
span { border-color: rgb(135,92,20); }
td.TdClassName
{
border-color: #875C14;
}
.TagClassName
{
border-color: #875C14;
}
</style>