#82640c

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

Shades of Yukon Gold #82640C

Tints of Yukon Gold #82640C

Color information

#82640C (or 0x82640C) is unknown color: approx Yukon Gold. HEX triplet: 82, 64 and 0C. RGB value is (130,100,12). Sum of RGB (Red+Green+Blue) = 130+100+12=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 100 (39.45% from 255 or 41.32% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #82640C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82640C is #7D9BF3. Grayscale: #636363. Windows color (decimal): -8231924 or 812162. OLE color: 812162.

HSL color Cylindrical-coordinate representation of color #82640C: hue angle of 44.75º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #82640C is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB13010012-
CMYK00.230.910.49
HSL44.75º83.1%27.84%-
HSV(B)44.75º90.77%50.98%-
XYZ13.8313.892.3-
YUV98.9478.94150.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.72%
GREEN value IS 100 (39.45% from 255) = 41.32%
BLUE value IS 12 (5.08% from 255) = 4.96%
R=53.72%
G=41.32%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301001200.230.910.4944.7583.127.84
Hex8264C0175B312d531c
Octal20214414027133615512334
Binary10000010110010011000101111011011110001101101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82640c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82640c; }

 p { color: rgb(130,100,12); }

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

<style>
 a { background-color: #82640c; }

 a { background-color: rgb(130,100,12); }

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

<style>
 span { border-color: #82640c; }

 span { border-color: rgb(130,100,12); }

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