#887413

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

Shades of Yukon Gold #887413

Tints of Yukon Gold #887413

Color information

#887413 (or 0x887413) is unknown color: approx Yukon Gold. HEX triplet: 88, 74 and 13. RGB value is (136,116,19). Sum of RGB (Red+Green+Blue) = 136+116+19=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #887413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887413 is #778BEC. Grayscale: #6F6F6F. Windows color (decimal): -7834605 or 1275016. OLE color: 1275016.

HSL color Cylindrical-coordinate representation of color #887413: hue angle of 49.74º 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 #887413 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB13611619-
CMYK00.150.860.47
HSL49.74º75.48%30.39%-
HSV(B)49.74º86.03%53.33%-
XYZ16.5217.773.18-
YUV110.9276.13145.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.18%
GREEN value IS 116 (45.70% from 255) = 42.80%
BLUE value IS 19 (7.81% from 255) = 7.01%
R=50.18%
G=42.80%
B=7.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361161900.150.860.4749.7475.4830.39
Hex8874130F562F324b1e
Octal21016423017126576211336
Binary10001000111010010011011111010110101111110010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887413; }

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

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

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

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

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

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

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

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