#826508

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

Shades of Yukon Gold #826508

Tints of Yukon Gold #826508

Color information

#826508 (or 0x826508) is unknown color: approx Yukon Gold. HEX triplet: 82, 65 and 08. RGB value is (130,101,8). Sum of RGB (Red+Green+Blue) = 130+101+8=239 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.39% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 130 - color contains mainly: red. Hex color #826508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826508 is #7D9AF7. Grayscale: #636363. Windows color (decimal): -8231672 or 550274. OLE color: 550274.

HSL color Cylindrical-coordinate representation of color #826508: hue angle of 45.74º 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 #826508 is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB1301018-
CMYK00.220.940.49
HSL45.74º88.41%27.06%-
HSV(B)45.74º93.85%50.98%-
XYZ13.914.072.21-
YUV99.0776.61150.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.39%
GREEN value IS 101 (39.84% from 255) = 42.26%
BLUE value IS 8 (3.52% from 255) = 3.35%
R=54.39%
G=42.26%
B=3.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130101800.220.940.4945.7488.4127.06
Hex826580165E312e581b
Octal20214510026136615613033
Binary10000010110010110000101101011110110001101110101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826508; }

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

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

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

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

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

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

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

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