Html Css Color HEX #826312 Yukon Gold

📋 copy color: '#826312'

red 130 ◦ green 99 ◦ blue 18

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

Shades of Yukon Gold #826312

Tints of Yukon Gold #826312

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.08%

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

R = 52.63%
G = 40.08%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#826312 (or 0x826312) is known color: Yukon Gold. HEX triplet: 82, 63 and 12. RGB value is (130,99,18). Sum of RGB (Red+Green+Blue) = 130+99+18=247 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.63% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 130 - color contains mainly: red. Hex color #826312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826312 is #7D9CED. Grayscale: #636363. Windows color (decimal): -8232174 or 1205122. OLE color: 1205122.

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

Color convert

RGB 130 99 18 -
CMYK 0 0.24 0.86 0.49
HSL 43.39º 0.76% 0.29% -
HSV(B) 43.39º 0.86% 0.51% -
XYZ 13.78 13.71 2.49 -
YUV 99.04 82.27 150.09 -
System Red Green Blue C M Y K H S L
Decimal 130 99 18 0 0.24 0.86 0.49 43.39 0.76 0.29
Hex 82 63 12 0 18 56 31 2B 4C 1D
Octal 202 143 22 0 30 126 61 53 114 35
Binary 10000010 1100011 10010 0 11000 1010110 110001 101011 1001100 11101

Color Harmonies of #826312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826312

Black with #826312

Text Example


Text Example

White with #826312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826312; }

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

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

background-color css

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

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

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

border-color css

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

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

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