#826208

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

Shades of Yukon Gold #826208

Tints of Yukon Gold #826208

Color information

#826208 (or 0x826208) is unknown color: approx Yukon Gold. HEX triplet: 82, 62 and 08. RGB value is (130,98,8). Sum of RGB (Red+Green+Blue) = 130+98+8=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 98 (38.67% from 255 or 41.53% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #826208 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826208 is #7D9DF7. Grayscale: #616161. Windows color (decimal): -8232440 or 549506. OLE color: 549506.

HSL color Cylindrical-coordinate representation of color #826208: hue angle of 44.26º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #826208 is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB130988-
CMYK00.250.940.49
HSL44.26º88.41%27.06%-
HSV(B)44.26º93.85%50.98%-
XYZ13.6213.52.12-
YUV97.3177.6151.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.08%
GREEN value IS 98 (38.67% from 255) = 41.53%
BLUE value IS 8 (3.52% from 255) = 3.39%
R=55.08%
G=41.53%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13098800.250.940.4944.2688.4127.06
Hex826280195E312c581b
Octal20214210031136615413033
Binary10000010110001010000110011011110110001101100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826208; }

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

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

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

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

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

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

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

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