Html Css Color HEX #826012 Yukon Gold

📋 copy color: '#826012'

red 130 ◦ green 96 ◦ blue 18

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

Shades of Yukon Gold #826012

Tints of Yukon Gold #826012

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.34%

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

R = 53.28%
G = 39.34%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#826012 (or 0x826012) is known color: Yukon Gold. HEX triplet: 82, 60 and 12. RGB value is (130,96,18). Sum of RGB (Red+Green+Blue) = 130+96+18=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #826012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826012 is #7D9FED. Grayscale: #616161. Windows color (decimal): -8232942 or 1204354. OLE color: 1204354.

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

Color convert

RGB 130 96 18 -
CMYK 0 0.26 0.86 0.49
HSL 41.79º 0.76% 0.29% -
HSV(B) 41.79º 0.86% 0.51% -
XYZ 13.5 13.16 2.4 -
YUV 97.27 83.26 151.34 -
System Red Green Blue C M Y K H S L
Decimal 130 96 18 0 0.26 0.86 0.49 41.79 0.76 0.29
Hex 82 60 12 0 1A 56 31 2A 4C 1D
Octal 202 140 22 0 32 126 61 52 114 35
Binary 10000010 1100000 10010 0 11010 1010110 110001 101010 1001100 11101

Color Harmonies of #826012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826012

Black with #826012

Text Example


Text Example

White with #826012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826012; }

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

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

background-color css

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

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

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

border-color css

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

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

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