Html Css Color HEX #826F1D Yukon Gold

📋 copy color: '#826F1D'

red 130 ◦ green 111 ◦ blue 29

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

Shades of Yukon Gold #826F1D

Tints of Yukon Gold #826F1D

RGB

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

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

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

R = 48.15%
G = 41.11%
B = 10.74%

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

#826F1D (or 0x826F1D) is known color: Yukon Gold. HEX triplet: 82, 6F and 1D. RGB value is (130,111,29). Sum of RGB (Red+Green+Blue) = 130+111+29=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 111 (43.75% from 255 or 41.11% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #826F1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826F1D is #7D90E2. Grayscale: #6B6B6B. Windows color (decimal): -8229091 or 1929090. OLE color: 1929090.

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

Color convert

RGB 130 111 29 -
CMYK 0 0.15 0.78 0.49
HSL 48.71º 0.64% 0.31% -
HSV(B) 48.71º 0.78% 0.51% -
XYZ 15.11 16.2 3.49 -
YUV 107.33 83.79 144.17 -
System Red Green Blue C M Y K H S L
Decimal 130 111 29 0 0.15 0.78 0.49 48.71 0.64 0.31
Hex 82 6F 1D 0 F 4E 31 31 40 1F
Octal 202 157 35 0 17 116 61 61 100 37
Binary 10000010 1101111 11101 0 1111 1001110 110001 110001 1000000 11111

Color Harmonies of #826F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826F1D

Black with #826F1D

Text Example


Text Example

White with #826F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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