Html Css Color HEX #827011 Yukon Gold

📋 copy color: '#827011'

red 130 ◦ green 112 ◦ blue 17

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

Shades of Yukon Gold #827011

Tints of Yukon Gold #827011

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.24%

 BLUE value IS 17 (7.03% from 255) = 6.56%

R = 50.19%
G = 43.24%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#827011 (or 0x827011) is known color: Yukon Gold. HEX triplet: 82, 70 and 11. RGB value is (130,112,17). Sum of RGB (Red+Green+Blue) = 130+112+17=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #827011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827011 is #7D8FEE. Grayscale: #6A6A6A. Windows color (decimal): -8228847 or 1142914. OLE color: 1142914.

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

Color convert

RGB 130 112 17 -
CMYK 0 0.14 0.87 0.49
HSL 50.44º 0.77% 0.29% -
HSV(B) 50.44º 0.87% 0.51% -
XYZ 15.1 16.37 2.9 -
YUV 106.55 77.46 144.72 -
System Red Green Blue C M Y K H S L
Decimal 130 112 17 0 0.14 0.87 0.49 50.44 0.77 0.29
Hex 82 70 11 0 E 57 31 32 4D 1D
Octal 202 160 21 0 16 127 61 62 115 35
Binary 10000010 1110000 10001 0 1110 1010111 110001 110010 1001101 11101

Color Harmonies of #827011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827011

Black with #827011

Text Example


Text Example

White with #827011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827011; }

 p { color: rgb(130,112,17); }

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

background-color css

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

 a { background-color: rgb(130,112,17); }

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

border-color css

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

 span { border-color: rgb(130,112,17); }

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