#887013

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

Shades of Yukon Gold #887013

Tints of Yukon Gold #887013

Color information

#887013 (or 0x887013) is unknown color: approx Yukon Gold. HEX triplet: 88, 70 and 13. RGB value is (136,112,19). Sum of RGB (Red+Green+Blue) = 136+112+19=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #887013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887013 is #778FEC. Grayscale: #6C6C6C. Windows color (decimal): -7835629 or 1273992. OLE color: 1273992.

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

Color convert

RGB13611219-
CMYK00.180.860.47
HSL47.69º75.48%30.39%-
HSV(B)47.69º86.03%53.33%-
XYZ16.0716.873.03-
YUV108.5777.45147.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.94%
GREEN value IS 112 (44.14% from 255) = 41.95%
BLUE value IS 19 (7.81% from 255) = 7.12%
R=50.94%
G=41.95%
B=7.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361121900.180.860.4747.6975.4830.39
Hex887013012562F304b1e
Octal21016023022126576011336
Binary100010001110000100110100101010110101111110000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887013; }

 p { color: rgb(136,112,19); }

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

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

 a { background-color: rgb(136,112,19); }

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

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

 span { border-color: rgb(136,112,19); }

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