Html Css Color HEX #826A19 Yukon Gold

📋 copy color: '#826A19'

red 130 ◦ green 106 ◦ blue 25

#826A19
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yukon Gold #826A19

Tints of Yukon Gold #826A19

RGB

 RED value IS 130 (51.17% from 255) = 49.81%

 GREEN value IS 106 (41.8% from 255) = 40.61%

 BLUE value IS 25 (10.16% from 255) = 9.58%

R = 49.81%
G = 40.61%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#826A19 (or 0x826A19) is known color: Yukon Gold. HEX triplet: 82, 6A and 19. RGB value is (130,106,25). Sum of RGB (Red+Green+Blue) = 130+106+25=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 106 (41.80% from 255 or 40.61% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #826A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826A19 is #7D95E6. Grayscale: #686868. Windows color (decimal): -8230375 or 1665666. OLE color: 1665666.

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

Color convert

RGB 130 106 25 -
CMYK 0 0.18 0.81 0.49
HSL 46.29º 0.68% 0.3% -
HSV(B) 46.29º 0.81% 0.51% -
XYZ 14.54 15.12 3.07 -
YUV 103.94 83.45 146.59 -
System Red Green Blue C M Y K H S L
Decimal 130 106 25 0 0.18 0.81 0.49 46.29 0.68 0.3
Hex 82 6A 19 0 12 51 31 2E 44 1E
Octal 202 152 31 0 22 121 61 56 104 36
Binary 10000010 1101010 11001 0 10010 1010001 110001 101110 1000100 11110

Color Harmonies of #826A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826A19

Black with #826A19

Text Example


Text Example

White with #826A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #826A19;
 }
 .AnyTagClassName
 {
   color: #826A19;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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