#826D0D

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

Shades of Yukon Gold #826D0D

Tints of Yukon Gold #826D0D

Color information

#826D0D (or 0x826D0D) is unknown color: approx Yukon Gold. HEX triplet: 82, 6D and 0D. RGB value is (130,109,13). Sum of RGB (Red+Green+Blue) = 130+109+13=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 109 (42.97% from 255 or 43.25% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #826D0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826D0D is #7D92F2. Grayscale: #686868. Windows color (decimal): -8229619 or 880002. OLE color: 880002.

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

Color convert

RGB13010913-
CMYK00.160.90.49
HSL49.23º81.82%28.04%-
HSV(B)49.23º90%50.98%-
XYZ14.7515.712.64-
YUV104.3476.46146.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.59%
GREEN value IS 109 (42.97% from 255) = 43.25%
BLUE value IS 13 (5.47% from 255) = 5.16%
R=51.59%
G=43.25%
B=5.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.9
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301091300.160.90.4949.2381.8228.04
Hex826DD0105A3131521c
Octal20215515020132616112234
Binary10000010110110111010100001011010110001110001101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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