#826213

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

Shades of Yukon Gold #826213

Tints of Yukon Gold #826213

Color information

#826213 (or 0x826213) is unknown color: approx Yukon Gold. HEX triplet: 82, 62 and 13. RGB value is (130,98,19). Sum of RGB (Red+Green+Blue) = 130+98+19=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #826213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826213 is #7D9DEC. Grayscale: #626262. Windows color (decimal): -8232429 or 1270402. OLE color: 1270402.

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

Color convert

RGB1309819-
CMYK00.250.850.49
HSL42.7º74.5%29.22%-
HSV(B)42.7º85.38%50.98%-
XYZ13.6913.532.51-
YUV98.5683.1150.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.63%
GREEN value IS 98 (38.67% from 255) = 39.68%
BLUE value IS 19 (7.81% from 255) = 7.69%
R=52.63%
G=39.68%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130981900.250.850.4942.774.529.22
Hex82621301955312b4a1d
Octal20214223031125615311235
Binary100000101100010100110110011010101110001101011100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826213; }

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

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

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

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

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

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

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

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