#817312

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

Shades of Yukon Gold #817312

Tints of Yukon Gold #817312

Color information

#817312 (or 0x817312) is unknown color: approx Yukon Gold. HEX triplet: 81, 73 and 12. RGB value is (129,115,18). Sum of RGB (Red+Green+Blue) = 129+115+18=262 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.24% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 129 - color contains mainly: red. Hex color #817312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817312 is #7E8CED. Grayscale: #6C6C6C. Windows color (decimal): -8293614 or 1209217. OLE color: 1209217.

HSL color Cylindrical-coordinate representation of color #817312: hue angle of 52.43º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #817312 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB12911518-
CMYK00.110.860.49
HSL52.43º75.51%28.82%-
HSV(B)52.43º86.05%50.59%-
XYZ15.2916.973.04-
YUV108.1377.14142.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.24%
GREEN value IS 115 (45.31% from 255) = 43.89%
BLUE value IS 18 (7.42% from 255) = 6.87%
R=49.24%
G=43.89%
B=6.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291151800.110.860.4952.4375.5128.82
Hex8173120B5631344c1d
Octal20116322013126616411435
Binary10000001111001110010010111010110110001110100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817312; }

 p { color: rgb(129,115,18); }

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

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

 a { background-color: rgb(129,115,18); }

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

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

 span { border-color: rgb(129,115,18); }

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