Html Css Color HEX #826B1E Yukon Gold

📋 copy color: '#826B1E'

red 130 ◦ green 107 ◦ blue 30

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

Shades of Yukon Gold #826B1E

Tints of Yukon Gold #826B1E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 40.07%

 BLUE value IS 30 (12.11% from 255) = 11.24%

R = 48.69%
G = 40.07%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#826B1E (or 0x826B1E) is known color: Yukon Gold. HEX triplet: 82, 6B and 1E. RGB value is (130,107,30). Sum of RGB (Red+Green+Blue) = 130+107+30=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 107 (42.19% from 255 or 40.07% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #826B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826B1E is #7D94E1. Grayscale: #696969. Windows color (decimal): -8230114 or 1993602. OLE color: 1993602.

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

Color convert

RGB 130 107 30 -
CMYK 0 0.18 0.77 0.49
HSL 46.2º 0.63% 0.31% -
HSV(B) 46.2º 0.77% 0.51% -
XYZ 14.7 15.35 3.42 -
YUV 105.1 85.62 145.76 -
System Red Green Blue C M Y K H S L
Decimal 130 107 30 0 0.18 0.77 0.49 46.2 0.63 0.31
Hex 82 6B 1E 0 12 4D 31 2E 3E 1F
Octal 202 153 36 0 22 115 61 56 76 37
Binary 10000010 1101011 11110 0 10010 1001101 110001 101110 111110 11111

Color Harmonies of #826B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826B1E

Black with #826B1E

Text Example


Text Example

White with #826B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,107,30); }

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

background-color css

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

 a { background-color: rgb(130,107,30); }

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

border-color css

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

 span { border-color: rgb(130,107,30); }

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