Html Css Color HEX #826E1C Yukon Gold

📋 copy color: '#826E1C'

red 130 ◦ green 110 ◦ blue 28

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

Shades of Yukon Gold #826E1C

Tints of Yukon Gold #826E1C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 41.04%

 BLUE value IS 28 (11.33% from 255) = 10.45%

R = 48.51%
G = 41.04%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#826E1C (or 0x826E1C) is known color: Yukon Gold. HEX triplet: 82, 6E and 1C. RGB value is (130,110,28). Sum of RGB (Red+Green+Blue) = 130+110+28=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 110 (43.36% from 255 or 41.04% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #826E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826E1C is #7D91E3. Grayscale: #6A6A6A. Windows color (decimal): -8229348 or 1863298. OLE color: 1863298.

HSL color Cylindrical-coordinate representation of color #826E1C: hue angle of 48.24º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #826E1C is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 110 28 -
CMYK 0 0.15 0.78 0.49
HSL 48.24º 0.65% 0.31% -
HSV(B) 48.24º 0.78% 0.51% -
XYZ 14.99 15.98 3.39 -
YUV 106.63 83.63 144.67 -
System Red Green Blue C M Y K H S L
Decimal 130 110 28 0 0.15 0.78 0.49 48.24 0.65 0.31
Hex 82 6E 1C 0 F 4E 31 30 41 1F
Octal 202 156 34 0 17 116 61 60 101 37
Binary 10000010 1101110 11100 0 1111 1001110 110001 110000 1000001 11111

Color Harmonies of #826E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826E1C

Black with #826E1C

Text Example


Text Example

White with #826E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,110,28); }

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

background-color css

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

 a { background-color: rgb(130,110,28); }

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

border-color css

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

 span { border-color: rgb(130,110,28); }

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