Html Css Color HEX #827116 Yukon Gold

📋 copy color: '#827116'

red 130 ◦ green 113 ◦ blue 22

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

Shades of Yukon Gold #827116

Tints of Yukon Gold #827116

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.64%

 BLUE value IS 22 (8.98% from 255) = 8.3%

R = 49.06%
G = 42.64%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#827116 (or 0x827116) is known color: Yukon Gold. HEX triplet: 82, 71 and 16. RGB value is (130,113,22). Sum of RGB (Red+Green+Blue) = 130+113+22=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #827116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827116 is #7D8EE9. Grayscale: #6C6C6C. Windows color (decimal): -8228586 or 1470850. OLE color: 1470850.

HSL color Cylindrical-coordinate representation of color #827116: hue angle of 50.56º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #827116 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 113 22 -
CMYK 0 0.13 0.83 0.49
HSL 50.56º 0.71% 0.3% -
HSV(B) 50.56º 0.83% 0.51% -
XYZ 15.26 16.61 3.16 -
YUV 107.71 79.63 143.9 -
System Red Green Blue C M Y K H S L
Decimal 130 113 22 0 0.13 0.83 0.49 50.56 0.71 0.3
Hex 82 71 16 0 D 53 31 33 47 1E
Octal 202 161 26 0 15 123 61 63 107 36
Binary 10000010 1110001 10110 0 1101 1010011 110001 110011 1000111 11110

Color Harmonies of #827116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827116

Black with #827116

Text Example


Text Example

White with #827116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827116; }

 p { color: rgb(130,113,22); }

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

background-color css

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

 a { background-color: rgb(130,113,22); }

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

border-color css

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

 span { border-color: rgb(130,113,22); }

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