#826524

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

Shades of Yukon Gold #826524

Tints of Yukon Gold #826524

Color information

#826524 (or 0x826524) is unknown color: approx Yukon Gold. HEX triplet: 82, 65 and 24. RGB value is (130,101,36). Sum of RGB (Red+Green+Blue) = 130+101+36=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #826524 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826524 is #7D9ADB. Grayscale: #666666. Windows color (decimal): -8231644 or 2385282. OLE color: 2385282.

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

Color convert

RGB13010136-
CMYK00.220.720.49
HSL41.49º56.63%32.55%-
HSV(B)41.49º72.31%50.98%-
XYZ14.1814.183.66-
YUV102.2690.61147.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.69%
GREEN value IS 101 (39.84% from 255) = 37.83%
BLUE value IS 36 (14.45% from 255) = 13.48%
R=48.69%
G=37.83%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301013600.220.720.4941.4956.6332.55
Hex8265240164831293921
Octal2021454402611061517141
Binary1000001011001011001000101101001000110001101001111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826524; }

 p { color: rgb(130,101,36); }

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

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

 a { background-color: rgb(130,101,36); }

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

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

 span { border-color: rgb(130,101,36); }

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