Html Css Color HEX #826F1A Yukon Gold

📋 copy color: '#826F1A'

red 130 ◦ green 111 ◦ blue 26

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

Shades of Yukon Gold #826F1A

Tints of Yukon Gold #826F1A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 41.57%

 BLUE value IS 26 (10.55% from 255) = 9.74%

R = 48.69%
G = 41.57%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.8

 K value IS 0.49

RGB Variations

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

Color information

#826F1A (or 0x826F1A) is known color: Yukon Gold. HEX triplet: 82, 6F and 1A. RGB value is (130,111,26). Sum of RGB (Red+Green+Blue) = 130+111+26=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 111 (43.75% from 255 or 41.57% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #826F1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826F1A is #7D90E5. Grayscale: #6B6B6B. Windows color (decimal): -8229094 or 1732482. OLE color: 1732482.

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

Color convert

RGB 130 111 26 -
CMYK 0 0.15 0.8 0.49
HSL 49.04º 0.67% 0.31% -
HSV(B) 49.04º 0.8% 0.51% -
XYZ 15.08 16.19 3.31 -
YUV 106.99 82.29 144.41 -
System Red Green Blue C M Y K H S L
Decimal 130 111 26 0 0.15 0.8 0.49 49.04 0.67 0.31
Hex 82 6F 1A 0 F 50 31 31 43 1F
Octal 202 157 32 0 17 120 61 61 103 37
Binary 10000010 1101111 11010 0 1111 1010000 110001 110001 1000011 11111

Color Harmonies of #826F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826F1A

Black with #826F1A

Text Example


Text Example

White with #826F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,111,26); }

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

background-color css

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

 a { background-color: rgb(130,111,26); }

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

border-color css

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

 span { border-color: rgb(130,111,26); }

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