#826321

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

Shades of Yukon Gold #826321

Tints of Yukon Gold #826321

Color information

#826321 (or 0x826321) is unknown color: approx Yukon Gold. HEX triplet: 82, 63 and 21. RGB value is (130,99,33). Sum of RGB (Red+Green+Blue) = 130+99+33=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 33 (13.28% from 255 or 12.60% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #826321 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826321 is #7D9CDE. Grayscale: #656565. Windows color (decimal): -8232159 or 2188162. OLE color: 2188162.

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

Color convert

RGB1309933-
CMYK00.240.750.49
HSL40.82º59.51%31.96%-
HSV(B)40.82º74.62%50.98%-
XYZ13.9413.783.36-
YUV100.7489.77148.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.62%
GREEN value IS 99 (39.06% from 255) = 37.79%
BLUE value IS 33 (13.28% from 255) = 12.60%
R=49.62%
G=37.79%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130993300.240.750.4940.8259.5131.96
Hex8263210184B31293c20
Octal2021434103011361517440
Binary1000001011000111000010110001001011110001101001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826321; }

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

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

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

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

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

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

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

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