#817124

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

Shades of Yukon Gold #817124

Tints of Yukon Gold #817124

Color information

#817124 (or 0x817124) is unknown color: approx Yukon Gold. HEX triplet: 81, 71 and 24. RGB value is (129,113,36). Sum of RGB (Red+Green+Blue) = 129+113+36=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 129 - color contains mainly: red. Hex color #817124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817124 is #7E8EDB. Grayscale: #6D6D6D. Windows color (decimal): -8294108 or 2388353. OLE color: 2388353.

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

Color convert

RGB12911336-
CMYK00.120.720.49
HSL49.68º56.36%32.35%-
HSV(B)49.68º72.09%50.59%-
XYZ15.2816.64.07-
YUV109.0186.8142.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.40%
GREEN value IS 113 (44.53% from 255) = 40.65%
BLUE value IS 36 (14.45% from 255) = 12.95%
R=46.40%
G=40.65%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291133600.120.720.4949.6856.3632.35
Hex8171240C4831323820
Octal2011614401411061627040
Binary100000011110001100100011001001000110001110010111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817124; }

 p { color: rgb(129,113,36); }

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

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

 a { background-color: rgb(129,113,36); }

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

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

 span { border-color: rgb(129,113,36); }

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