#877125

Color #877125 Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #877125

Tints of Yukon Gold #877125

Color information

#877125 (or 0x877125) is unknown color: approx Yukon Gold. HEX triplet: 87, 71 and 25. RGB value is (135,113,37). Sum of RGB (Red+Green+Blue) = 135+113+37=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #877125 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877125 is #788EDA. Grayscale: #6F6F6F. Windows color (decimal): -7900891 or 2453895. OLE color: 2453895.

HSL color Cylindrical-coordinate representation of color #877125: hue angle of 46.53º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #877125 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB13511337-
CMYK00.160.730.47
HSL46.53º56.98%33.73%-
HSV(B)46.53º72.59%52.94%-
XYZ16.2317.094.19-
YUV110.9186.29145.18-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.37%
GREEN value IS 113 (44.53% from 255) = 39.65%
BLUE value IS 37 (14.84% from 255) = 12.98%
R=47.37%
G=39.65%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351133700.160.730.4746.5356.9833.73
Hex877125010492F2f3922
Octal2071614502011157577142
Binary1000011111100011001010100001001001101111101111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877125; }

 p { color: rgb(135,113,37); }

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

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

 a { background-color: rgb(135,113,37); }

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

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

 span { border-color: rgb(135,113,37); }

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