#826D28

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

Shades of Yukon Gold #826D28

Tints of Yukon Gold #826D28

Color information

#826D28 (or 0x826D28) is unknown color: approx Yukon Gold. HEX triplet: 82, 6D and 28. RGB value is (130,109,40). Sum of RGB (Red+Green+Blue) = 130+109+40=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 109 (42.97% from 255 or 39.07% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #826D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826D28 is #7D92D7. Grayscale: #6B6B6B. Windows color (decimal): -8229592 or 2649474. OLE color: 2649474.

HSL color Cylindrical-coordinate representation of color #826D28: hue angle of 46º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #826D28 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB13010940-
CMYK00.160.690.49
HSL46º52.94%33.33%-
HSV(B)46º69.23%50.98%-
XYZ15.0615.844.27-
YUV107.4189.96144.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.59%
GREEN value IS 109 (42.97% from 255) = 39.07%
BLUE value IS 40 (16.02% from 255) = 14.34%
R=46.59%
G=39.07%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301094000.160.690.494652.9433.33
Hex826D2801045312e3521
Octal2021555002010561566541
Binary1000001011011011010000100001000101110001101110110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826D28; }

 p { color: rgb(130,109,40); }

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

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

 a { background-color: rgb(130,109,40); }

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

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

 span { border-color: rgb(130,109,40); }

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