Html Css Color HEX #826C2A Yukon Gold

📋 copy color: '#826C2A'

red 130 ◦ green 108 ◦ blue 42

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

Shades of Yukon Gold #826C2A

Tints of Yukon Gold #826C2A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.57%

 BLUE value IS 42 (16.8% from 255) = 15%

R = 46.43%
G = 38.57%
B = 15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#826C2A (or 0x826C2A) is known color: Yukon Gold. HEX triplet: 82, 6C and 2A. RGB value is (130,108,42). Sum of RGB (Red+Green+Blue) = 130+108+42=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 108 (42.58% from 255 or 38.57% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #826C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826C2A is #7D93D5. Grayscale: #6B6B6B. Windows color (decimal): -8229846 or 2780290. OLE color: 2780290.

HSL color Cylindrical-coordinate representation of color #826C2A: hue angle of 45º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #826C2A is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 108 42 -
CMYK 0 0.17 0.68 0.49
HSL 45º 0.51% 0.34% -
HSV(B) 45º 0.68% 0.51% -
XYZ 14.99 15.64 4.42 -
YUV 107.05 91.29 144.37 -
System Red Green Blue C M Y K H S L
Decimal 130 108 42 0 0.17 0.68 0.49 45 0.51 0.34
Hex 82 6C 2A 0 11 44 31 2D 33 22
Octal 202 154 52 0 21 104 61 55 63 42
Binary 10000010 1101100 101010 0 10001 1000100 110001 101101 110011 100010

Color Harmonies of #826C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826C2A

Black with #826C2A

Text Example


Text Example

White with #826C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826C2A; }

 p { color: rgb(130,108,42); }

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

background-color css

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

 a { background-color: rgb(130,108,42); }

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

border-color css

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

 span { border-color: rgb(130,108,42); }

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