#827120

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

Shades of Yukon Gold #827120

Tints of Yukon Gold #827120

Color information

#827120 (or 0x827120) is unknown color: approx Yukon Gold. HEX triplet: 82, 71 and 20. RGB value is (130,113,32). Sum of RGB (Red+Green+Blue) = 130+113+32=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #827120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827120 is #7D8EDF. Grayscale: #6D6D6D. Windows color (decimal): -8228576 or 2126210. OLE color: 2126210.

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

Color convert

RGB13011332-
CMYK00.130.750.49
HSL49.59º60.49%31.76%-
HSV(B)49.59º75.38%50.98%-
XYZ15.3716.663.77-
YUV108.8584.63143.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.27%
GREEN value IS 113 (44.53% from 255) = 41.09%
BLUE value IS 32 (12.89% from 255) = 11.64%
R=47.27%
G=41.09%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301133200.130.750.4949.5960.4931.76
Hex8271200D4B31323c20
Octal2021614001511361627440
Binary100000101110001100000011011001011110001110010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827120; }

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

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

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

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

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

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

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

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