#875A14

Color #875A14 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #875A14

Tints of Golden Brown #875A14

Color information

#875A14 (or 0x875A14) is unknown color: approx Golden Brown. HEX triplet: 87, 5A and 14. RGB value is (135,90,20). Sum of RGB (Red+Green+Blue) = 135+90+20=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #875A14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875A14 is #78A5EB. Grayscale: #5F5F5F. Windows color (decimal): -7906796 or 1333895. OLE color: 1333895.

HSL color Cylindrical-coordinate representation of color #875A14: hue angle of 36.52º 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 #875A14 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB1359020-
CMYK00.330.850.47
HSL36.52º74.19%30.39%-
HSV(B)36.52º85.19%52.94%-
XYZ13.7712.512.35-
YUV95.4885.41156.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 55.10%
GREEN value IS 90 (35.55% from 255) = 36.73%
BLUE value IS 20 (8.20% from 255) = 8.16%
R=55.10%
G=36.73%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135902000.330.850.4736.5274.1930.39
Hex875A14021552F254a1e
Octal20713224041125574511236
Binary1000011110110101010001000011010101101111100101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875A14; }

 p { color: rgb(135,90,20); }

 H1.HeaderClassName
 {
   color: #875A14;
 }
 .AnyTagClassName
 {
   color: #875A14;
 }
</style>
background-color css

<style>
 a { background-color: #875A14; }

 a { background-color: rgb(135,90,20); }

 div.DivClassName
 {
   background-color: #875A14;
 }
 .BgClassName
 {
   background-color: #875A14;
 }
</style>
border-color css

<style>
 span { border-color: #875A14; }

 span { border-color: rgb(135,90,20); }

 td.TdClassName
 {
   border-color: #875A14;
 }
 .TagClassName
 {
   border-color: #875A14;
 }
</style>