Html Css Color HEX #826117 Yukon Gold

📋 copy color: '#826117'

red 130 ◦ green 97 ◦ blue 23

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

Shades of Yukon Gold #826117

Tints of Yukon Gold #826117

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.8%

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

R = 52%
G = 38.8%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#826117 (or 0x826117) is known color: Yukon Gold. HEX triplet: 82, 61 and 17. RGB value is (130,97,23). Sum of RGB (Red+Green+Blue) = 130+97+23=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #826117 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826117 is #7D9EE8. Grayscale: #626262. Windows color (decimal): -8232681 or 1532290. OLE color: 1532290.

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

Color convert

RGB 130 97 23 -
CMYK 0 0.25 0.82 0.49
HSL 41.5º 0.7% 0.3% -
HSV(B) 41.5º 0.82% 0.51% -
XYZ 13.64 13.36 2.67 -
YUV 98.43 85.43 150.52 -
System Red Green Blue C M Y K H S L
Decimal 130 97 23 0 0.25 0.82 0.49 41.5 0.7 0.3
Hex 82 61 17 0 19 52 31 29 46 1E
Octal 202 141 27 0 31 122 61 51 106 36
Binary 10000010 1100001 10111 0 11001 1010010 110001 101001 1000110 11110

Color Harmonies of #826117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826117

Black with #826117

Text Example


Text Example

White with #826117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826117; }

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

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

background-color css

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

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

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

border-color css

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

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

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