#897512

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

Shades of Yukon Gold #897512

Tints of Yukon Gold #897512

Color information

#897512 (or 0x897512) is unknown color: approx Yukon Gold. HEX triplet: 89, 75 and 12. RGB value is (137,117,18). Sum of RGB (Red+Green+Blue) = 137+117+18=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 117 (46.09% from 255 or 43.01% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #897512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897512 is #768AED. Grayscale: #707070. Windows color (decimal): -7768814 or 1209737. OLE color: 1209737.

HSL color Cylindrical-coordinate representation of color #897512: hue angle of 49.92º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #897512 is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.46.

Color convert

RGB13711718-
CMYK00.150.870.46
HSL49.92º76.77%30.39%-
HSV(B)49.92º86.86%53.73%-
XYZ16.7918.083.18-
YUV111.6975.13146.05-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.37%
GREEN value IS 117 (46.09% from 255) = 43.01%
BLUE value IS 18 (7.42% from 255) = 6.62%
R=50.37%
G=43.01%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.87
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371171800.150.870.4649.9276.7730.39
Hex8975120F572E324d1e
Octal21116522017127566211536
Binary10001001111010110010011111010111101110110010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897512; }

 p { color: rgb(137,117,18); }

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

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

 a { background-color: rgb(137,117,18); }

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

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

 span { border-color: rgb(137,117,18); }

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