Html Css Color HEX #826C1F Yukon Gold

📋 copy color: '#826C1F'

red 130 ◦ green 108 ◦ blue 31

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

Shades of Yukon Gold #826C1F

Tints of Yukon Gold #826C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.52%

R = 48.33%
G = 40.15%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#826C1F (or 0x826C1F) is known color: Yukon Gold. HEX triplet: 82, 6C and 1F. RGB value is (130,108,31). Sum of RGB (Red+Green+Blue) = 130+108+31=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 108 (42.58% from 255 or 40.15% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #826C1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826C1F is #7D93E0. Grayscale: #6A6A6A. Windows color (decimal): -8229857 or 2059394. OLE color: 2059394.

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

Color convert

RGB 130 108 31 -
CMYK 0 0.17 0.76 0.49
HSL 46.67º 0.61% 0.32% -
HSV(B) 46.67º 0.76% 0.51% -
XYZ 14.82 15.57 3.52 -
YUV 105.8 85.79 145.26 -
System Red Green Blue C M Y K H S L
Decimal 130 108 31 0 0.17 0.76 0.49 46.67 0.61 0.32
Hex 82 6C 1F 0 11 4C 31 2F 3D 20
Octal 202 154 37 0 21 114 61 57 75 40
Binary 10000010 1101100 11111 0 10001 1001100 110001 101111 111101 100000

Color Harmonies of #826C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826C1F

Black with #826C1F

Text Example


Text Example

White with #826C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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