#87720D

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

Shades of Yukon Gold #87720D

Tints of Yukon Gold #87720D

Color information

#87720D (or 0x87720D) is unknown color: approx Yukon Gold. HEX triplet: 87, 72 and 0D. RGB value is (135,114,13). Sum of RGB (Red+Green+Blue) = 135+114+13=262 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.53% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 135 - color contains mainly: red. Hex color #87720D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87720D is #788DF2. Grayscale: #6D6D6D. Windows color (decimal): -7900659 or 881287. OLE color: 881287.

HSL color Cylindrical-coordinate representation of color #87720D: hue angle of 49.67º 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 #87720D is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB13511413-
CMYK00.160.900.47
HSL49.67º82.43%29.02%-
HSV(B)49.67º90.37%52.94%-
XYZ16.0817.212.86-
YUV108.7673.96146.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.53%
GREEN value IS 114 (44.92% from 255) = 43.51%
BLUE value IS 13 (5.47% from 255) = 4.96%
R=51.53%
G=43.51%
B=4.96%

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
Decimal1351141300.160.900.4749.6782.4329.02
Hex8772D0105A2F32521d
Octal20716215020132576212235
Binary10000111111001011010100001011010101111110010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87720D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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