#826C1D

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

Shades of Yukon Gold #826C1D

Tints of Yukon Gold #826C1D

Color information

#826C1D (or 0x826C1D) is unknown color: approx Yukon Gold. HEX triplet: 82, 6C and 1D. RGB value is (130,108,29). Sum of RGB (Red+Green+Blue) = 130+108+29=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 108 (42.58% from 255 or 40.45% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #826C1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826C1D is #7D93E2. Grayscale: #696969. Windows color (decimal): -8229859 or 1928322. OLE color: 1928322.

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

Color convert

RGB13010829-
CMYK00.170.780.49
HSL46.93º63.52%31.18%-
HSV(B)46.93º77.69%50.98%-
XYZ14.7915.563.39-
YUV105.5784.79145.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.69%
GREEN value IS 108 (42.58% from 255) = 40.45%
BLUE value IS 29 (11.72% from 255) = 10.86%
R=48.69%
G=40.45%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301082900.170.780.4946.9363.5231.18
Hex826C1D0114E312f401f
Octal20215435021116615710037
Binary100000101101100111010100011001110110001101111100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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