#826317

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

Shades of Yukon Gold #826317

Tints of Yukon Gold #826317

Color information

#826317 (or 0x826317) is unknown color: approx Yukon Gold. HEX triplet: 82, 63 and 17. RGB value is (130,99,23). Sum of RGB (Red+Green+Blue) = 130+99+23=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #826317 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826317 is #7D9CE8. Grayscale: #636363. Windows color (decimal): -8232169 or 1532802. OLE color: 1532802.

HSL color Cylindrical-coordinate representation of color #826317: hue angle of 42.62º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #826317 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB1309923-
CMYK00.240.820.49
HSL42.62º69.93%30%-
HSV(B)42.62º82.31%50.98%-
XYZ13.8213.732.73-
YUV99.684.77149.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.59%
GREEN value IS 99 (39.06% from 255) = 39.29%
BLUE value IS 23 (9.38% from 255) = 9.13%
R=51.59%
G=39.29%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130992300.240.820.4942.6269.9330
Hex82631701852312b461e
Octal20214327030122615310636
Binary100000101100011101110110001010010110001101011100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826317; }

 p { color: rgb(130,99,23); }

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

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

 a { background-color: rgb(130,99,23); }

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

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

 span { border-color: rgb(130,99,23); }

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