#827128

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

Shades of Yukon Gold #827128

Tints of Yukon Gold #827128

Color information

#827128 (or 0x827128) is unknown color: approx Yukon Gold. HEX triplet: 82, 71 and 28. RGB value is (130,113,40). Sum of RGB (Red+Green+Blue) = 130+113+40=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 130 - color contains mainly: red. Hex color #827128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827128 is #7D8ED7. Grayscale: #6E6E6E. Windows color (decimal): -8228568 or 2650498. OLE color: 2650498.

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

Color convert

RGB13011340-
CMYK00.130.690.49
HSL48.67º52.94%33.33%-
HSV(B)48.67º69.23%50.98%-
XYZ15.4916.714.42-
YUV109.7688.63142.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.94%
GREEN value IS 113 (44.53% from 255) = 39.93%
BLUE value IS 40 (16.02% from 255) = 14.13%
R=45.94%
G=39.93%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301134000.130.690.4948.6752.9433.33
Hex8271280D4531313521
Octal2021615001510561616541
Binary100000101110001101000011011000101110001110001110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827128; }

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

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

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

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

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

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

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

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