Html Css Color HEX #826416 Yukon Gold

📋 copy color: '#826416'

red 130 ◦ green 100 ◦ blue 22

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

Shades of Yukon Gold #826416

Tints of Yukon Gold #826416

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.68%

 BLUE value IS 22 (8.98% from 255) = 8.73%

R = 51.59%
G = 39.68%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#826416 (or 0x826416) is known color: Yukon Gold. HEX triplet: 82, 64 and 16. RGB value is (130,100,22). Sum of RGB (Red+Green+Blue) = 130+100+22=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 100 (39.45% from 255 or 39.68% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #826416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826416 is #7D9BE9. Grayscale: #646464. Windows color (decimal): -8231914 or 1467522. OLE color: 1467522.

HSL color Cylindrical-coordinate representation of color #826416: hue angle of 43.33º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #826416 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 100 22 -
CMYK 0 0.23 0.83 0.49
HSL 43.33º 0.71% 0.3% -
HSV(B) 43.33º 0.83% 0.51% -
XYZ 13.91 13.92 2.71 -
YUV 100.08 83.94 149.34 -
System Red Green Blue C M Y K H S L
Decimal 130 100 22 0 0.23 0.83 0.49 43.33 0.71 0.3
Hex 82 64 16 0 17 53 31 2B 47 1E
Octal 202 144 26 0 27 123 61 53 107 36
Binary 10000010 1100100 10110 0 10111 1010011 110001 101011 1000111 11110

Color Harmonies of #826416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826416

Black with #826416

Text Example


Text Example

White with #826416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826416; }

 p { color: rgb(130,100,22); }

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

background-color css

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

 a { background-color: rgb(130,100,22); }

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

border-color css

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

 span { border-color: rgb(130,100,22); }

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