#82650B

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

Shades of Yukon Gold #82650B

Tints of Yukon Gold #82650B

Color information

#82650B (or 0x82650B) is unknown color: approx Yukon Gold. HEX triplet: 82, 65 and 0B. RGB value is (130,101,11). Sum of RGB (Red+Green+Blue) = 130+101+11=242 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.72% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 130 - color contains mainly: red. Hex color #82650B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82650B is #7D9AF4. Grayscale: #636363. Windows color (decimal): -8231669 or 746882. OLE color: 746882.

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

Color convert

RGB13010111-
CMYK00.220.920.49
HSL45.38º84.4%27.65%-
HSV(B)45.38º91.54%50.98%-
XYZ13.9214.082.3-
YUV99.4178.11149.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.72%
GREEN value IS 101 (39.84% from 255) = 41.74%
BLUE value IS 11 (4.69% from 255) = 4.55%
R=53.72%
G=41.74%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301011100.220.920.4945.3884.427.65
Hex8265B0165C312d541c
Octal20214513026134615512434
Binary10000010110010110110101101011100110001101101101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82650B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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