Html Css Color HEX #826C19 Yukon Gold

📋 copy color: '#826C19'

red 130 ◦ green 108 ◦ blue 25

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

Shades of Yukon Gold #826C19

Tints of Yukon Gold #826C19

RGB

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

 GREEN value IS 108 (42.58% from 255) = 41.06%

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

R = 49.43%
G = 41.06%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#826C19 (or 0x826C19) is known color: Yukon Gold. HEX triplet: 82, 6C and 19. RGB value is (130,108,25). Sum of RGB (Red+Green+Blue) = 130+108+25=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 108 (42.58% from 255 or 41.06% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #826C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826C19 is #7D93E6. Grayscale: #696969. Windows color (decimal): -8229863 or 1666178. OLE color: 1666178.

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

Color convert

RGB 130 108 25 -
CMYK 0 0.17 0.81 0.49
HSL 47.43º 0.68% 0.3% -
HSV(B) 47.43º 0.81% 0.51% -
XYZ 14.74 15.54 3.14 -
YUV 105.12 82.79 145.75 -
System Red Green Blue C M Y K H S L
Decimal 130 108 25 0 0.17 0.81 0.49 47.43 0.68 0.3
Hex 82 6C 19 0 11 51 31 2F 44 1E
Octal 202 154 31 0 21 121 61 57 104 36
Binary 10000010 1101100 11001 0 10001 1010001 110001 101111 1000100 11110

Color Harmonies of #826C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826C19

Black with #826C19

Text Example


Text Example

White with #826C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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