Html Css Color HEX #827014 Yukon Gold

📋 copy color: '#827014'

red 130 ◦ green 112 ◦ blue 20

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

Shades of Yukon Gold #827014

Tints of Yukon Gold #827014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.63%

R = 49.62%
G = 42.75%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#827014 (or 0x827014) is known color: Yukon Gold. HEX triplet: 82, 70 and 14. RGB value is (130,112,20). Sum of RGB (Red+Green+Blue) = 130+112+20=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #827014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827014 is #7D8FEB. Grayscale: #6B6B6B. Windows color (decimal): -8228844 or 1339522. OLE color: 1339522.

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

Color convert

RGB 130 112 20 -
CMYK 0 0.14 0.85 0.49
HSL 50.18º 0.73% 0.29% -
HSV(B) 50.18º 0.85% 0.51% -
XYZ 15.13 16.38 3.03 -
YUV 106.89 78.96 144.48 -
System Red Green Blue C M Y K H S L
Decimal 130 112 20 0 0.14 0.85 0.49 50.18 0.73 0.29
Hex 82 70 14 0 E 55 31 32 49 1D
Octal 202 160 24 0 16 125 61 62 111 35
Binary 10000010 1110000 10100 0 1110 1010101 110001 110010 1001001 11101

Color Harmonies of #827014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827014

Black with #827014

Text Example


Text Example

White with #827014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827014; }

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

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

background-color css

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

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

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

border-color css

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

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

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