Html Css Color HEX #826412 Yukon Gold

📋 copy color: '#826412'

red 130 ◦ green 100 ◦ blue 18

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

Shades of Yukon Gold #826412

Tints of Yukon Gold #826412

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.32%

 BLUE value IS 18 (7.42% from 255) = 7.26%

R = 52.42%
G = 40.32%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#826412 (or 0x826412) is known color: Yukon Gold. HEX triplet: 82, 64 and 12. RGB value is (130,100,18). Sum of RGB (Red+Green+Blue) = 130+100+18=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #826412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826412 is #7D9BED. Grayscale: #636363. Windows color (decimal): -8231918 or 1205378. OLE color: 1205378.

HSL color Cylindrical-coordinate representation of color #826412: hue angle of 43.93º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #826412 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 100 18 -
CMYK 0 0.23 0.86 0.49
HSL 43.93º 0.76% 0.29% -
HSV(B) 43.93º 0.86% 0.51% -
XYZ 13.87 13.9 2.52 -
YUV 99.62 81.94 149.67 -
System Red Green Blue C M Y K H S L
Decimal 130 100 18 0 0.23 0.86 0.49 43.93 0.76 0.29
Hex 82 64 12 0 17 56 31 2C 4C 1D
Octal 202 144 22 0 27 126 61 54 114 35
Binary 10000010 1100100 10010 0 10111 1010110 110001 101100 1001100 11101

Color Harmonies of #826412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826412

Black with #826412

Text Example


Text Example

White with #826412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826412; }

 p { color: rgb(130,100,18); }

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

background-color css

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

 a { background-color: rgb(130,100,18); }

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

border-color css

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

 span { border-color: rgb(130,100,18); }

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