#826215

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

Shades of Yukon Gold #826215

Tints of Yukon Gold #826215

Color information

#826215 (or 0x826215) is unknown color: approx Yukon Gold. HEX triplet: 82, 62 and 15. RGB value is (130,98,21). Sum of RGB (Red+Green+Blue) = 130+98+21=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #826215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826215 is #7D9DEA. Grayscale: #636363. Windows color (decimal): -8232427 or 1401474. OLE color: 1401474.

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

Color convert

RGB1309821-
CMYK00.250.840.49
HSL42.39º72.19%29.61%-
HSV(B)42.39º83.85%50.98%-
XYZ13.7113.542.6-
YUV98.7984.1150.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.21%
GREEN value IS 98 (38.67% from 255) = 39.36%
BLUE value IS 21 (8.59% from 255) = 8.43%
R=52.21%
G=39.36%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130982100.250.840.4942.3972.1929.61
Hex82621501954312a481e
Octal20214225031124615211036
Binary100000101100010101010110011010100110001101010100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826215; }

 p { color: rgb(130,98,21); }

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

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

 a { background-color: rgb(130,98,21); }

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

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

 span { border-color: rgb(130,98,21); }

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