Html Css Color HEX #826B2D Yukon Gold

📋 copy color: '#826B2D'

red 130 ◦ green 107 ◦ blue 45

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

Shades of Yukon Gold #826B2D

Tints of Yukon Gold #826B2D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.94%

 BLUE value IS 45 (17.97% from 255) = 15.96%

R = 46.1%
G = 37.94%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#826B2D (or 0x826B2D) is known color: Yukon Gold. HEX triplet: 82, 6B and 2D. RGB value is (130,107,45). Sum of RGB (Red+Green+Blue) = 130+107+45=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 107 (42.19% from 255 or 37.94% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #826B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826B2D is #7D94D2. Grayscale: #6B6B6B. Windows color (decimal): -8230099 or 2976642. OLE color: 2976642.

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

Color convert

RGB 130 107 45 -
CMYK 0 0.18 0.65 0.49
HSL 43.76º 0.49% 0.34% -
HSV(B) 43.76º 0.65% 0.51% -
XYZ 14.94 15.45 4.68 -
YUV 106.81 93.12 144.54 -
System Red Green Blue C M Y K H S L
Decimal 130 107 45 0 0.18 0.65 0.49 43.76 0.49 0.34
Hex 82 6B 2D 0 12 41 31 2C 31 22
Octal 202 153 55 0 22 101 61 54 61 42
Binary 10000010 1101011 101101 0 10010 1000001 110001 101100 110001 100010

Color Harmonies of #826B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826B2D

Black with #826B2D

Text Example


Text Example

White with #826B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,107,45); }

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

background-color css

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

 a { background-color: rgb(130,107,45); }

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

border-color css

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

 span { border-color: rgb(130,107,45); }

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