#826319

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

Shades of Yukon Gold #826319

Tints of Yukon Gold #826319

Color information

#826319 (or 0x826319) is unknown color: approx Yukon Gold. HEX triplet: 82, 63 and 19. RGB value is (130,99,25). Sum of RGB (Red+Green+Blue) = 130+99+25=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #826319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826319 is #7D9CE6. Grayscale: #646464. Windows color (decimal): -8232167 or 1663874. OLE color: 1663874.

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

Color convert

RGB1309925-
CMYK00.240.810.49
HSL42.29º67.74%30.39%-
HSV(B)42.29º80.77%50.98%-
XYZ13.8413.742.84-
YUV99.8385.77149.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.18%
GREEN value IS 99 (39.06% from 255) = 38.98%
BLUE value IS 25 (10.16% from 255) = 9.84%
R=51.18%
G=38.98%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130992500.240.810.4942.2967.7430.39
Hex82631901851312a441e
Octal20214331030121615210436
Binary100000101100011110010110001010001110001101010100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826319; }

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

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

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

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

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

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

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

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