Html Css Color HEX #826017 Yukon Gold

📋 copy color: '#826017'

red 130 ◦ green 96 ◦ blue 23

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

Shades of Yukon Gold #826017

Tints of Yukon Gold #826017

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.55%

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

R = 52.21%
G = 38.55%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#826017 (or 0x826017) is known color: Yukon Gold. HEX triplet: 82, 60 and 17. RGB value is (130,96,23). Sum of RGB (Red+Green+Blue) = 130+96+23=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #826017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826017 is #7D9FE8. Grayscale: #626262. Windows color (decimal): -8232937 or 1532034. OLE color: 1532034.

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

Color convert

RGB 130 96 23 -
CMYK 0 0.26 0.82 0.49
HSL 40.93º 0.7% 0.3% -
HSV(B) 40.93º 0.82% 0.51% -
XYZ 13.54 13.17 2.64 -
YUV 97.84 85.76 150.94 -
System Red Green Blue C M Y K H S L
Decimal 130 96 23 0 0.26 0.82 0.49 40.93 0.7 0.3
Hex 82 60 17 0 1A 52 31 29 46 1E
Octal 202 140 27 0 32 122 61 51 106 36
Binary 10000010 1100000 10111 0 11010 1010010 110001 101001 1000110 11110

Color Harmonies of #826017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826017

Black with #826017

Text Example


Text Example

White with #826017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826017; }

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

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

background-color css

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

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

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

border-color css

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

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

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