#826509

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

Shades of Yukon Gold #826509

Tints of Yukon Gold #826509

Color information

#826509 (or 0x826509) is unknown color: approx Yukon Gold. HEX triplet: 82, 65 and 09. RGB value is (130,101,9). Sum of RGB (Red+Green+Blue) = 130+101+9=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #826509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826509 is #7D9AF6. Grayscale: #636363. Windows color (decimal): -8231671 or 615810. OLE color: 615810.

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

Color convert

RGB1301019-
CMYK00.220.930.49
HSL45.62º87.05%27.25%-
HSV(B)45.62º93.08%50.98%-
XYZ13.9114.072.24-
YUV99.1877.11149.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.17%
GREEN value IS 101 (39.84% from 255) = 42.08%
BLUE value IS 9 (3.91% from 255) = 3.75%
R=54.17%
G=42.08%
B=3.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130101900.220.930.4945.6287.0527.25
Hex826590165D312e571b
Octal20214511026135615612733
Binary10000010110010110010101101011101110001101110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826509; }

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

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

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

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

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

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

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

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