#827125

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

Shades of Yukon Gold #827125

Tints of Yukon Gold #827125

Color information

#827125 (or 0x827125) is unknown color: approx Yukon Gold. HEX triplet: 82, 71 and 25. RGB value is (130,113,37). Sum of RGB (Red+Green+Blue) = 130+113+37=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #827125 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827125 is #7D8EDA. Grayscale: #6D6D6D. Windows color (decimal): -8228571 or 2453890. OLE color: 2453890.

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

Color convert

RGB13011337-
CMYK00.130.720.49
HSL49.03º55.69%32.75%-
HSV(B)49.03º71.54%50.98%-
XYZ15.4416.694.16-
YUV109.4287.13142.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.43%
GREEN value IS 113 (44.53% from 255) = 40.36%
BLUE value IS 37 (14.84% from 255) = 13.21%
R=46.43%
G=40.36%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301133700.130.720.4949.0355.6932.75
Hex8271250D4831313821
Octal2021614501511061617041
Binary100000101110001100101011011001000110001110001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827125; }

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

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

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

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

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

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

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

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