#827127

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

Shades of Yukon Gold #827127

Tints of Yukon Gold #827127

Color information

#827127 (or 0x827127) is unknown color: approx Yukon Gold. HEX triplet: 82, 71 and 27. RGB value is (130,113,39). Sum of RGB (Red+Green+Blue) = 130+113+39=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #827127 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827127 is #7D8ED8. Grayscale: #6D6D6D. Windows color (decimal): -8228569 or 2584962. OLE color: 2584962.

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

Color convert

RGB13011339-
CMYK00.130.700.49
HSL48.79º53.85%33.14%-
HSV(B)48.79º70%50.98%-
XYZ15.4816.74.33-
YUV109.6588.13142.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.10%
GREEN value IS 113 (44.53% from 255) = 40.07%
BLUE value IS 39 (15.62% from 255) = 13.83%
R=46.10%
G=40.07%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301133900.130.700.4948.7953.8533.14
Hex8271270D4631313621
Octal2021614701510661616641
Binary100000101110001100111011011000110110001110001110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827127; }

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

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

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

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

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

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

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

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