#82650D

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

Shades of Yukon Gold #82650D

Tints of Yukon Gold #82650D

Color information

#82650D (or 0x82650D) is unknown color: approx Yukon Gold. HEX triplet: 82, 65 and 0D. RGB value is (130,101,13). Sum of RGB (Red+Green+Blue) = 130+101+13=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 101 (39.84% from 255 or 41.39% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #82650D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82650D is #7D9AF2. Grayscale: #646464. Windows color (decimal): -8231667 or 877954. OLE color: 877954.

HSL color Cylindrical-coordinate representation of color #82650D: hue angle of 45.13º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82650D is Cyan = 0, Magento = 0.22, Yellow = 0.9 and Black (K on CMYK) = 0.49.

Color convert

RGB13010113-
CMYK00.220.90.49
HSL45.13º81.82%28.04%-
HSV(B)45.13º90%50.98%-
XYZ13.9314.082.36-
YUV99.6479.11149.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.28%
GREEN value IS 101 (39.84% from 255) = 41.39%
BLUE value IS 13 (5.47% from 255) = 5.33%
R=53.28%
G=41.39%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.9
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301011300.220.90.4945.1381.8228.04
Hex8265D0165A312d521c
Octal20214515026132615512234
Binary10000010110010111010101101011010110001101101101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82650D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,101,13); }

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

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

 a { background-color: rgb(130,101,13); }

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

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

 span { border-color: rgb(130,101,13); }

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