#87750f

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

Shades of Yukon Gold #87750F

Tints of Yukon Gold #87750F

Color information

#87750F (or 0x87750F) is unknown color: approx Yukon Gold. HEX triplet: 87, 75 and 0F. RGB value is (135,117,15). Sum of RGB (Red+Green+Blue) = 135+117+15=267 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.56% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 135 - color contains mainly: red. Hex color #87750F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87750F is #788AF0. Grayscale: #6F6F6F. Windows color (decimal): -7899889 or 1013127. OLE color: 1013127.

HSL color Cylindrical-coordinate representation of color #87750F: hue angle of 51º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #87750F is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB13511715-
CMYK00.130.890.47
HSL51º80%29.41%-
HSV(B)51º88.89%52.94%-
XYZ16.4417.913.04-
YUV110.7573.96145.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.56%
GREEN value IS 117 (46.09% from 255) = 43.82%
BLUE value IS 15 (6.25% from 255) = 5.62%
R=50.56%
G=43.82%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351171500.130.890.47518029.41
Hex8775F0D592F33501d
Octal20716517015131576312035
Binary1000011111101011111011011011001101111110011101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87750f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87750f; }

 p { color: rgb(135,117,15); }

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

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

 a { background-color: rgb(135,117,15); }

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

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

 span { border-color: rgb(135,117,15); }

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