Html Css Color HEX #826D17 Yukon Gold

📋 copy color: '#826D17'

red 130 ◦ green 109 ◦ blue 23

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

Shades of Yukon Gold #826D17

Tints of Yukon Gold #826D17

RGB

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

 GREEN value IS 109 (42.97% from 255) = 41.6%

 BLUE value IS 23 (9.38% from 255) = 8.78%

R = 49.62%
G = 41.6%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#826D17 (or 0x826D17) is known color: Yukon Gold. HEX triplet: 82, 6D and 17. RGB value is (130,109,23). Sum of RGB (Red+Green+Blue) = 130+109+23=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 109 (42.97% from 255 or 41.60% from 262); Blue value is 23 (9.38% from 255 or 8.78% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #826D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826D17 is #7D92E8. Grayscale: #696969. Windows color (decimal): -8229609 or 1535362. OLE color: 1535362.

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

Color convert

RGB 130 109 23 -
CMYK 0 0.16 0.82 0.49
HSL 48.22º 0.7% 0.3% -
HSV(B) 48.22º 0.82% 0.51% -
XYZ 14.83 15.74 3.07 -
YUV 105.48 81.46 145.49 -
System Red Green Blue C M Y K H S L
Decimal 130 109 23 0 0.16 0.82 0.49 48.22 0.7 0.3
Hex 82 6D 17 0 10 52 31 30 46 1E
Octal 202 155 27 0 20 122 61 60 106 36
Binary 10000010 1101101 10111 0 10000 1010010 110001 110000 1000110 11110

Color Harmonies of #826D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826D17

Black with #826D17

Text Example


Text Example

White with #826D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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