#82651C

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

Shades of Yukon Gold #82651C

Tints of Yukon Gold #82651C

Color information

#82651C (or 0x82651C) is unknown color: approx Yukon Gold. HEX triplet: 82, 65 and 1C. RGB value is (130,101,28). Sum of RGB (Red+Green+Blue) = 130+101+28=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 101 (39.84% from 255 or 39.00% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #82651C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82651C is #7D9AE3. Grayscale: #656565. Windows color (decimal): -8231652 or 1860994. OLE color: 1860994.

HSL color Cylindrical-coordinate representation of color #82651C: hue angle of 42.94º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #82651C is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB13010128-
CMYK00.220.780.49
HSL42.94º64.56%30.98%-
HSV(B)42.94º78.46%50.98%-
XYZ14.0714.143.09-
YUV101.3586.61148.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.19%
GREEN value IS 101 (39.84% from 255) = 39.00%
BLUE value IS 28 (11.33% from 255) = 10.81%
R=50.19%
G=39.00%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301012800.220.780.4942.9464.5630.98
Hex82651C0164E312b411f
Octal20214534026116615310137
Binary100000101100101111000101101001110110001101011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82651C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82651C; }

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

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

<style>
 a { background-color: #82651C; }

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

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

<style>
 span { border-color: #82651C; }

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

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