#877112

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

Shades of Yukon Gold #877112

Tints of Yukon Gold #877112

Color information

#877112 (or 0x877112) is unknown color: approx Yukon Gold. HEX triplet: 87, 71 and 12. RGB value is (135,113,18). Sum of RGB (Red+Green+Blue) = 135+113+18=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #877112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877112 is #788EED. Grayscale: #6D6D6D. Windows color (decimal): -7900910 or 1208711. OLE color: 1208711.

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

Color convert

RGB13511318-
CMYK00.160.870.47
HSL48.72º76.47%30%-
HSV(B)48.72º86.67%52.94%-
XYZ16.01173.01-
YUV108.7576.79146.72-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.75%
GREEN value IS 113 (44.53% from 255) = 42.48%
BLUE value IS 18 (7.42% from 255) = 6.77%
R=50.75%
G=42.48%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351131800.160.870.4748.7276.4730
Hex877112010572F314c1e
Octal20716122020127576111436
Binary100001111110001100100100001010111101111110001100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877112; }

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

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

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

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

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

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

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

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