#826E28

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

Shades of Yukon Gold #826E28

Tints of Yukon Gold #826E28

Color information

#826E28 (or 0x826E28) is unknown color: approx Yukon Gold. HEX triplet: 82, 6E and 28. RGB value is (130,110,40). Sum of RGB (Red+Green+Blue) = 130+110+40=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 110 (43.36% from 255 or 39.29% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #826E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826E28 is #7D91D7. Grayscale: #6C6C6C. Windows color (decimal): -8229336 or 2649730. OLE color: 2649730.

HSL color Cylindrical-coordinate representation of color #826E28: hue angle of 46.67º 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 #826E28 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB13011040-
CMYK00.150.690.49
HSL46.67º52.94%33.33%-
HSV(B)46.67º69.23%50.98%-
XYZ15.1616.054.31-
YUV10889.63143.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.43%
GREEN value IS 110 (43.36% from 255) = 39.29%
BLUE value IS 40 (16.02% from 255) = 14.29%
R=46.43%
G=39.29%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301104000.150.690.4946.6752.9433.33
Hex826E280F45312f3521
Octal2021565001710561576541
Binary100000101101110101000011111000101110001101111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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