#82731A

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

Shades of Yukon Gold #82731A

Tints of Yukon Gold #82731A

Color information

#82731A (or 0x82731A) is unknown color: approx Yukon Gold. HEX triplet: 82, 73 and 1A. RGB value is (130,115,26). Sum of RGB (Red+Green+Blue) = 130+115+26=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 115 (45.31% from 255 or 42.44% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #82731A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82731A is #7D8CE5. Grayscale: #6D6D6D. Windows color (decimal): -8228070 or 1733506. OLE color: 1733506.

HSL color Cylindrical-coordinate representation of color #82731A: hue angle of 51.35º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #82731A is Cyan = 0, Magento = 0.12, Yellow = 0.8 and Black (K on CMYK) = 0.49.

Color convert

RGB13011526-
CMYK00.120.80.49
HSL51.35º66.67%30.59%-
HSV(B)51.35º80%50.98%-
XYZ15.5217.083.46-
YUV109.3480.97142.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.97%
GREEN value IS 115 (45.31% from 255) = 42.44%
BLUE value IS 26 (10.55% from 255) = 9.59%
R=47.97%
G=42.44%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301152600.120.80.4951.3566.6730.59
Hex82731A0C503133431f
Octal20216332014120616310337
Binary10000010111001111010011001010000110001110011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82731A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82731A; }

 p { color: rgb(130,115,26); }

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

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

 a { background-color: rgb(130,115,26); }

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

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

 span { border-color: rgb(130,115,26); }

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