#827617

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

Shades of Yukon Gold #827617

Tints of Yukon Gold #827617

Color information

#827617 (or 0x827617) is unknown color: approx Yukon Gold. HEX triplet: 82, 76 and 17. RGB value is (130,118,23). Sum of RGB (Red+Green+Blue) = 130+118+23=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #827617 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827617 is #7D89E8. Grayscale: #6F6F6F. Windows color (decimal): -8227305 or 1537666. OLE color: 1537666.

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

Color convert

RGB13011823-
CMYK00.090.820.49
HSL53.27º69.93%30%-
HSV(B)53.27º82.31%50.98%-
XYZ15.8417.763.4-
YUV110.7678.48141.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.97%
GREEN value IS 118 (46.48% from 255) = 43.54%
BLUE value IS 23 (9.38% from 255) = 8.49%
R=47.97%
G=43.54%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301182300.090.820.4953.2769.9330
Hex82761709523135461e
Octal20216627011122616510636
Binary10000010111011010111010011010010110001110101100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827617; }

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

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

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

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

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

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

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

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