Html Css Color HEX #826E27 Yukon Gold

📋 copy color: '#826E27'

red 130 ◦ green 110 ◦ blue 39

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

Shades of Yukon Gold #826E27

Tints of Yukon Gold #826E27

RGB

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

 GREEN value IS 110 (43.36% from 255) = 39.43%

 BLUE value IS 39 (15.63% from 255) = 13.98%

R = 46.59%
G = 39.43%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#826E27 (or 0x826E27) is known color: Yukon Gold. HEX triplet: 82, 6E and 27. RGB value is (130,110,39). Sum of RGB (Red+Green+Blue) = 130+110+39=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 110 (43.36% from 255 or 39.43% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #826E27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826E27 is #7D91D8. Grayscale: #6C6C6C. Windows color (decimal): -8229337 or 2584194. OLE color: 2584194.

HSL color Cylindrical-coordinate representation of color #826E27: hue angle of 46.81º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #826E27 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 110 39 -
CMYK 0 0.15 0.70 0.49
HSL 46.81º 0.54% 0.33% -
HSV(B) 46.81º 0.7% 0.51% -
XYZ 15.15 16.04 4.22 -
YUV 107.89 89.13 143.77 -
System Red Green Blue C M Y K H S L
Decimal 130 110 39 0 0.15 0.70 0.49 46.81 0.54 0.33
Hex 82 6E 27 0 F 46 31 2F 36 21
Octal 202 156 47 0 17 106 61 57 66 41
Binary 10000010 1101110 100111 0 1111 1000110 110001 101111 110110 100001

Color Harmonies of #826E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826E27

Black with #826E27

Text Example


Text Example

White with #826E27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,110,39); }

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

background-color css

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

 a { background-color: rgb(130,110,39); }

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

border-color css

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

 span { border-color: rgb(130,110,39); }

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