Html Css Color HEX #826917 Yukon Gold

📋 copy color: '#826917'

red 130 ◦ green 105 ◦ blue 23

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

Shades of Yukon Gold #826917

Tints of Yukon Gold #826917

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.7%

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

R = 50.39%
G = 40.7%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#826917 (or 0x826917) is known color: Yukon Gold. HEX triplet: 82, 69 and 17. RGB value is (130,105,23). Sum of RGB (Red+Green+Blue) = 130+105+23=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 23 (9.38% from 255 or 8.91% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #826917 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826917 is #7D96E8. Grayscale: #676767. Windows color (decimal): -8230633 or 1534338. OLE color: 1534338.

HSL color Cylindrical-coordinate representation of color #826917: hue angle of 45.98º 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 #826917 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 105 23 -
CMYK 0 0.19 0.82 0.49
HSL 45.98º 0.7% 0.3% -
HSV(B) 45.98º 0.82% 0.51% -
XYZ 14.41 14.91 2.93 -
YUV 103.13 82.78 147.17 -
System Red Green Blue C M Y K H S L
Decimal 130 105 23 0 0.19 0.82 0.49 45.98 0.7 0.3
Hex 82 69 17 0 13 52 31 2E 46 1E
Octal 202 151 27 0 23 122 61 56 106 36
Binary 10000010 1101001 10111 0 10011 1010010 110001 101110 1000110 11110

Color Harmonies of #826917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826917

Black with #826917

Text Example


Text Example

White with #826917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826917; }

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

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

background-color css

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

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

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

border-color css

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

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

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