#87710D

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

Shades of Yukon Gold #87710D

Tints of Yukon Gold #87710D

Color information

#87710D (or 0x87710D) is unknown color: approx Yukon Gold. HEX triplet: 87, 71 and 0D. RGB value is (135,113,13). Sum of RGB (Red+Green+Blue) = 135+113+13=261 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.72% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 135 - color contains mainly: red. Hex color #87710D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87710D is #788EF2. Grayscale: #6C6C6C. Windows color (decimal): -7900915 or 881031. OLE color: 881031.

HSL color Cylindrical-coordinate representation of color #87710D: hue angle of 49.18º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #87710D is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB13511313-
CMYK00.160.900.47
HSL49.18º82.43%29.02%-
HSV(B)49.18º90.37%52.94%-
XYZ15.9716.992.82-
YUV108.1874.29147.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.72%
GREEN value IS 113 (44.53% from 255) = 43.30%
BLUE value IS 13 (5.47% from 255) = 4.98%
R=51.72%
G=43.30%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351131300.160.900.4749.1882.4329.02
Hex8771D0105A2F31521d
Octal20716115020132576112235
Binary10000111111000111010100001011010101111110001101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87710D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87710D; }

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

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

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

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

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

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

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

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