#82731F

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

Shades of Yukon Gold #82731F

Tints of Yukon Gold #82731F

Color information

#82731F (or 0x82731F) is unknown color: approx Yukon Gold. HEX triplet: 82, 73 and 1F. RGB value is (130,115,31). Sum of RGB (Red+Green+Blue) = 130+115+31=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #82731F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82731F is #7D8CE0. Grayscale: #6E6E6E. Windows color (decimal): -8228065 or 2061186. OLE color: 2061186.

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

Color convert

RGB13011531-
CMYK00.120.760.49
HSL50.91º61.49%31.57%-
HSV(B)50.91º76.15%50.98%-
XYZ15.5817.113.78-
YUV109.9183.47142.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.10%
GREEN value IS 115 (45.31% from 255) = 41.67%
BLUE value IS 31 (12.5% from 255) = 11.23%
R=47.10%
G=41.67%
B=11.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301153100.120.760.4950.9161.4931.57
Hex82731F0C4C31333d20
Octal2021633701411461637540
Binary10000010111001111111011001001100110001110011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82731F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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