#82621C

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

Shades of Yukon Gold #82621C

Tints of Yukon Gold #82621C

Color information

#82621C (or 0x82621C) is unknown color: approx Yukon Gold. HEX triplet: 82, 62 and 1C. RGB value is (130,98,28). Sum of RGB (Red+Green+Blue) = 130+98+28=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #82621C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82621C is #7D9DE3. Grayscale: #636363. Windows color (decimal): -8232420 or 1860226. OLE color: 1860226.

HSL color Cylindrical-coordinate representation of color #82621C: hue angle of 41.18º 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 #82621C is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB1309828-
CMYK00.250.780.49
HSL41.18º64.56%30.98%-
HSV(B)41.18º78.46%50.98%-
XYZ13.7813.572.99-
YUV99.5987.6149.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.78%
GREEN value IS 98 (38.67% from 255) = 38.28%
BLUE value IS 28 (11.33% from 255) = 10.94%
R=50.78%
G=38.28%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130982800.250.780.4941.1864.5630.98
Hex82621C0194E3129411f
Octal20214234031116615110137
Binary100000101100010111000110011001110110001101001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82621C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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