#827716

Color #827716 Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #827716

Tints of Yukon Gold #827716

Color information

#827716 (or 0x827716) is unknown color: approx 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

RGB13011922-
CMYK00.080.830.49
HSL53.89º71.05%29.8%-
HSV(B)53.89º83.08%50.98%-
XYZ15.95183.39-
YUV111.2377.64141.39-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301192200.080.830.4953.8971.0529.8
Hex82771608533136471e
Octal20216726010123616610736
Binary10000010111011110110010001010011110001110110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>