#826E27

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

Shades of Yukon Gold #826E27

Tints of Yukon Gold #826E27

Color information

#826E27 (or 0x826E27) is unknown color: approx Yukon Gold. HEX triplet: 82, 6E and 27. RGB value is (130,110,39). Sum of RGB (Red+Green+Blue) = 130+110+39=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 110 (43.36% from 255 or 39.43% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #826E27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826E27 is #7D91D8. Grayscale: #6C6C6C. Windows color (decimal): -8229337 or 2584194. OLE color: 2584194.

HSL color Cylindrical-coordinate representation of color #826E27: hue angle of 46.81º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #826E27 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB13011039-
CMYK00.150.700.49
HSL46.81º53.85%33.14%-
HSV(B)46.81º70%50.98%-
XYZ15.1516.044.22-
YUV107.8989.13143.77-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.59%
GREEN value IS 110 (43.36% from 255) = 39.43%
BLUE value IS 39 (15.62% from 255) = 13.98%
R=46.59%
G=39.43%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301103900.150.700.4946.8153.8533.14
Hex826E270F46312f3621
Octal2021564701710661576641
Binary100000101101110100111011111000110110001101111110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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