Html Css Color HEX #826812 Yukon Gold

📋 copy color: '#826812'

red 130 ◦ green 104 ◦ blue 18

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

Shades of Yukon Gold #826812

Tints of Yukon Gold #826812

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.27%

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

R = 51.59%
G = 41.27%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#826812 (or 0x826812) is known color: Yukon Gold. HEX triplet: 82, 68 and 12. RGB value is (130,104,18). Sum of RGB (Red+Green+Blue) = 130+104+18=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 104 (41.02% from 255 or 41.27% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #826812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826812 is #7D97ED. Grayscale: #666666. Windows color (decimal): -8230894 or 1206402. OLE color: 1206402.

HSL color Cylindrical-coordinate representation of color #826812: hue angle of 46.07º 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 #826812 is Cyan = 0, Magento = 0.2, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 104 18 -
CMYK 0 0.2 0.86 0.49
HSL 46.07º 0.76% 0.29% -
HSV(B) 46.07º 0.86% 0.51% -
XYZ 14.27 14.69 2.66 -
YUV 101.97 80.61 147.99 -
System Red Green Blue C M Y K H S L
Decimal 130 104 18 0 0.2 0.86 0.49 46.07 0.76 0.29
Hex 82 68 12 0 14 56 31 2E 4C 1D
Octal 202 150 22 0 24 126 61 56 114 35
Binary 10000010 1101000 10010 0 10100 1010110 110001 101110 1001100 11101

Color Harmonies of #826812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826812

Black with #826812

Text Example


Text Example

White with #826812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826812; }

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

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

background-color css

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

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

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

border-color css

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

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

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