Html Css Color HEX #826E1D Yukon Gold

📋 copy color: '#826E1D'

red 130 ◦ green 110 ◦ blue 29

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

Shades of Yukon Gold #826E1D

Tints of Yukon Gold #826E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.78%

R = 48.33%
G = 40.89%
B = 10.78%

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

#826E1D (or 0x826E1D) is known color: Yukon Gold. HEX triplet: 82, 6E and 1D. RGB value is (130,110,29). Sum of RGB (Red+Green+Blue) = 130+110+29=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 110 (43.36% from 255 or 40.89% from 269); Blue value is 29 (11.72% from 255 or 10.78% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #826E1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826E1D is #7D91E2. Grayscale: #6B6B6B. Windows color (decimal): -8229347 or 1928834. OLE color: 1928834.

HSL color Cylindrical-coordinate representation of color #826E1D: hue angle of 48.12º degrees, saturation: 0.64, 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 #826E1D is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 110 29 -
CMYK 0 0.15 0.78 0.49
HSL 48.12º 0.64% 0.31% -
HSV(B) 48.12º 0.78% 0.51% -
XYZ 15 15.99 3.46 -
YUV 106.75 84.13 144.59 -
System Red Green Blue C M Y K H S L
Decimal 130 110 29 0 0.15 0.78 0.49 48.12 0.64 0.31
Hex 82 6E 1D 0 F 4E 31 30 40 1F
Octal 202 156 35 0 17 116 61 60 100 37
Binary 10000010 1101110 11101 0 1111 1001110 110001 110000 1000000 11111

Color Harmonies of #826E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826E1D

Black with #826E1D

Text Example


Text Example

White with #826E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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