Html Css Color HEX #826F29 Yukon Gold

📋 copy color: '#826F29'

red 130 ◦ green 111 ◦ blue 41

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

Shades of Yukon Gold #826F29

Tints of Yukon Gold #826F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.54%

R = 46.1%
G = 39.36%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#826F29 (or 0x826F29) is known color: Yukon Gold. HEX triplet: 82, 6F and 29. RGB value is (130,111,41). Sum of RGB (Red+Green+Blue) = 130+111+41=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 111 (43.75% from 255 or 39.36% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #826F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826F29 is #7D90D6. Grayscale: #6D6D6D. Windows color (decimal): -8229079 or 2715522. OLE color: 2715522.

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

Color convert

RGB 130 111 41 -
CMYK 0 0.15 0.68 0.49
HSL 47.19º 0.52% 0.34% -
HSV(B) 47.19º 0.68% 0.51% -
XYZ 15.29 16.27 4.43 -
YUV 108.7 89.79 143.19 -
System Red Green Blue C M Y K H S L
Decimal 130 111 41 0 0.15 0.68 0.49 47.19 0.52 0.34
Hex 82 6F 29 0 F 44 31 2F 34 22
Octal 202 157 51 0 17 104 61 57 64 42
Binary 10000010 1101111 101001 0 1111 1000100 110001 101111 110100 100010

Color Harmonies of #826F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826F29

Black with #826F29

Text Example


Text Example

White with #826F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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