Html Css Color HEX #826E13 Yukon Gold

📋 copy color: '#826E13'

red 130 ◦ green 110 ◦ blue 19

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

Shades of Yukon Gold #826E13

Tints of Yukon Gold #826E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.34%

R = 50.19%
G = 42.47%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#826E13 (or 0x826E13) is known color: Yukon Gold. HEX triplet: 82, 6E and 13. RGB value is (130,110,19). Sum of RGB (Red+Green+Blue) = 130+110+19=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 110 (43.36% from 255 or 42.47% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #826E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826E13 is #7D91EC. Grayscale: #696969. Windows color (decimal): -8229357 or 1273474. OLE color: 1273474.

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

Color convert

RGB 130 110 19 -
CMYK 0 0.15 0.85 0.49
HSL 49.19º 0.74% 0.29% -
HSV(B) 49.19º 0.85% 0.51% -
XYZ 14.9 15.94 2.91 -
YUV 105.61 79.13 145.4 -
System Red Green Blue C M Y K H S L
Decimal 130 110 19 0 0.15 0.85 0.49 49.19 0.74 0.29
Hex 82 6E 13 0 F 55 31 31 4A 1D
Octal 202 156 23 0 17 125 61 61 112 35
Binary 10000010 1101110 10011 0 1111 1010101 110001 110001 1001010 11101

Color Harmonies of #826E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826E13

Black with #826E13

Text Example


Text Example

White with #826E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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