#826B19

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

Shades of Yukon Gold #826B19

Tints of Yukon Gold #826B19

Color information

#826B19 (or 0x826B19) is unknown color: approx Yukon Gold. HEX triplet: 82, 6B and 19. RGB value is (130,107,25). Sum of RGB (Red+Green+Blue) = 130+107+25=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 107 (42.19% from 255 or 40.84% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #826B19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826B19 is #7D94E6. Grayscale: #686868. Windows color (decimal): -8230119 or 1665922. OLE color: 1665922.

HSL color Cylindrical-coordinate representation of color #826B19: hue angle of 46.86º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #826B19 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB13010725-
CMYK00.180.810.49
HSL46.86º67.74%30.39%-
HSV(B)46.86º80.77%50.98%-
XYZ14.6415.333.11-
YUV104.5383.12146.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.62%
GREEN value IS 107 (42.19% from 255) = 40.84%
BLUE value IS 25 (10.16% from 255) = 9.54%
R=49.62%
G=40.84%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301072500.180.810.4946.8667.7430.39
Hex826B1901251312f441e
Octal20215331022121615710436
Binary100000101101011110010100101010001110001101111100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,107,25); }

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

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

 a { background-color: rgb(130,107,25); }

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

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

 span { border-color: rgb(130,107,25); }

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