#887313

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

Shades of Yukon Gold #887313

Tints of Yukon Gold #887313

Color information

#887313 (or 0x887313) is unknown color: approx Yukon Gold. HEX triplet: 88, 73 and 13. RGB value is (136,115,19). Sum of RGB (Red+Green+Blue) = 136+115+19=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #887313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887313 is #778CEC. Grayscale: #6E6E6E. Windows color (decimal): -7834861 or 1274760. OLE color: 1274760.

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

Color convert

RGB13611519-
CMYK00.150.860.47
HSL49.23º75.48%30.39%-
HSV(B)49.23º86.03%53.33%-
XYZ16.417.543.14-
YUV110.3476.46146.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.37%
GREEN value IS 115 (45.31% from 255) = 42.59%
BLUE value IS 19 (7.81% from 255) = 7.04%
R=50.37%
G=42.59%
B=7.04%

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
Decimal1361151900.150.860.4749.2375.4830.39
Hex8873130F562F314b1e
Octal21016323017126576111336
Binary10001000111001110011011111010110101111110001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887313; }

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

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

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

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

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

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

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

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