Html Css Color HEX #827716 Yukon Gold

📋 copy color: '#827716'

red 130 ◦ green 119 ◦ blue 22

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

Shades of Yukon Gold #827716

Tints of Yukon Gold #827716

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.91%

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

R = 47.97%
G = 43.91%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#827716 (or 0x827716) is known color: Yukon Gold. HEX triplet: 82, 77 and 16. RGB value is (130,119,22). Sum of RGB (Red+Green+Blue) = 130+119+22=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #827716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827716 is #7D88E9. Grayscale: #6F6F6F. Windows color (decimal): -8227050 or 1472386. OLE color: 1472386.

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

Color convert

RGB 130 119 22 -
CMYK 0 0.08 0.83 0.49
HSL 53.89º 0.71% 0.3% -
HSV(B) 53.89º 0.83% 0.51% -
XYZ 15.95 18 3.39 -
YUV 111.23 77.64 141.39 -
System Red Green Blue C M Y K H S L
Decimal 130 119 22 0 0.08 0.83 0.49 53.89 0.71 0.3
Hex 82 77 16 0 8 53 31 36 47 1E
Octal 202 167 26 0 10 123 61 66 107 36
Binary 10000010 1110111 10110 0 1000 1010011 110001 110110 1000111 11110

Color Harmonies of #827716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827716

Black with #827716

Text Example


Text Example

White with #827716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827716; }

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

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

background-color css

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

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

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

border-color css

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

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

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