#826E1D

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

Shades of Yukon Gold #826E1D

Tints of Yukon Gold #826E1D

Color information

#826E1D (or 0x826E1D) is unknown color: approx Yukon Gold. HEX triplet: 82, 6E and 1D. RGB value is (130,110,29). Sum of RGB (Red+Green+Blue) = 130+110+29=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 110 (43.36% from 255 or 40.89% from 269); Blue value is 29 (11.72% from 255 or 10.78% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #826E1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826E1D is #7D91E2. Grayscale: #6B6B6B. Windows color (decimal): -8229347 or 1928834. OLE color: 1928834.

HSL color Cylindrical-coordinate representation of color #826E1D: hue angle of 48.12º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #826E1D is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB13011029-
CMYK00.150.780.49
HSL48.12º63.52%31.18%-
HSV(B)48.12º77.69%50.98%-
XYZ1515.993.46-
YUV106.7584.13144.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.33%
GREEN value IS 110 (43.36% from 255) = 40.89%
BLUE value IS 29 (11.72% from 255) = 10.78%
R=48.33%
G=40.89%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301102900.150.780.4948.1263.5231.18
Hex826E1D0F4E3130401f
Octal20215635017116616010037
Binary10000010110111011101011111001110110001110000100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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