#817024

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

Shades of Yukon Gold #817024

Tints of Yukon Gold #817024

Color information

#817024 (or 0x817024) is unknown color: approx Yukon Gold. HEX triplet: 81, 70 and 24. RGB value is (129,112,36). Sum of RGB (Red+Green+Blue) = 129+112+36=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 36 (14.45% from 255 or 13.00% from 277); Max value from RGB is 129 - color contains mainly: red. Hex color #817024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817024 is #7E8FDB. Grayscale: #6C6C6C. Windows color (decimal): -8294364 or 2388097. OLE color: 2388097.

HSL color Cylindrical-coordinate representation of color #817024: hue angle of 49.03º 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 #817024 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB12911236-
CMYK00.130.720.49
HSL49.03º56.36%32.35%-
HSV(B)49.03º72.09%50.59%-
XYZ15.1716.384.03-
YUV108.4287.13142.68-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.57%
GREEN value IS 112 (44.14% from 255) = 40.43%
BLUE value IS 36 (14.45% from 255) = 13.00%
R=46.57%
G=40.43%
B=13.00%

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
Decimal1291123600.130.720.4949.0356.3632.35
Hex8170240D4831313820
Octal2011604401511061617040
Binary100000011110000100100011011001000110001110001111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817024; }

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

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

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

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

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

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

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

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