Html Css Color HEX #826820 Yukon Gold

📋 copy color: '#826820'

red 130 ◦ green 104 ◦ blue 32

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

Shades of Yukon Gold #826820

Tints of Yukon Gold #826820

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.1%

 BLUE value IS 32 (12.89% from 255) = 12.03%

R = 48.87%
G = 39.1%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#826820 (or 0x826820) is known color: Yukon Gold. HEX triplet: 82, 68 and 20. RGB value is (130,104,32). Sum of RGB (Red+Green+Blue) = 130+104+32=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #826820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826820 is #7D97DF. Grayscale: #676767. Windows color (decimal): -8230880 or 2123906. OLE color: 2123906.

HSL color Cylindrical-coordinate representation of color #826820: hue angle of 44.08º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #826820 is Cyan = 0, Magento = 0.2, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 104 32 -
CMYK 0 0.2 0.75 0.49
HSL 44.08º 0.6% 0.32% -
HSV(B) 44.08º 0.75% 0.51% -
XYZ 14.42 14.75 3.45 -
YUV 103.57 87.61 146.85 -
System Red Green Blue C M Y K H S L
Decimal 130 104 32 0 0.2 0.75 0.49 44.08 0.6 0.32
Hex 82 68 20 0 14 4B 31 2C 3C 20
Octal 202 150 40 0 24 113 61 54 74 40
Binary 10000010 1101000 100000 0 10100 1001011 110001 101100 111100 100000

Color Harmonies of #826820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826820

Black with #826820

Text Example


Text Example

White with #826820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826820; }

 p { color: rgb(130,104,32); }

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

background-color css

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

 a { background-color: rgb(130,104,32); }

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

border-color css

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

 span { border-color: rgb(130,104,32); }

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