#82710E

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

Shades of Yukon Gold #82710E

Tints of Yukon Gold #82710E

Color information

#82710E (or 0x82710E) is unknown color: approx Yukon Gold. HEX triplet: 82, 71 and 0E. RGB value is (130,113,14). Sum of RGB (Red+Green+Blue) = 130+113+14=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #82710E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82710E is #7D8EF1. Grayscale: #6B6B6B. Windows color (decimal): -8228594 or 946562. OLE color: 946562.

HSL color Cylindrical-coordinate representation of color #82710E: hue angle of 51.21º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #82710E is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB13011314-
CMYK00.130.890.49
HSL51.21º80.56%28.24%-
HSV(B)51.21º89.23%50.98%-
XYZ15.1916.592.82-
YUV106.875.63144.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.58%
GREEN value IS 113 (44.53% from 255) = 43.97%
BLUE value IS 14 (5.86% from 255) = 5.45%
R=50.58%
G=43.97%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301131400.130.890.4951.2180.5628.24
Hex8271E0D593133511c
Octal20216116015131616312134
Binary1000001011100011110011011011001110001110011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82710E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82710E; }

 p { color: rgb(130,113,14); }

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

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

 a { background-color: rgb(130,113,14); }

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

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

 span { border-color: rgb(130,113,14); }

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