#827616

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

Shades of Yukon Gold #827616

Tints of Yukon Gold #827616

Color information

#827616 (or 0x827616) is unknown color: approx Yukon Gold. HEX triplet: 82, 76 and 16. RGB value is (130,118,22). Sum of RGB (Red+Green+Blue) = 130+118+22=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #827616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827616 is #7D89E9. Grayscale: #6F6F6F. Windows color (decimal): -8227306 or 1472130. OLE color: 1472130.

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

Color convert

RGB13011822-
CMYK00.090.830.49
HSL53.33º71.05%29.8%-
HSV(B)53.33º83.08%50.98%-
XYZ15.8317.763.35-
YUV110.6477.98141.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.15%
GREEN value IS 118 (46.48% from 255) = 43.70%
BLUE value IS 22 (8.98% from 255) = 8.15%
R=48.15%
G=43.70%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301182200.090.830.4953.3371.0529.8
Hex82761609533135471e
Octal20216626011123616510736
Binary10000010111011010110010011010011110001110101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827616; }

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

 H1.HeaderClassName
 {
   color: #827616;
 }
 .AnyTagClassName
 {
   color: #827616;
 }
</style>
background-color css

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

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

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

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

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

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