#897319

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

Shades of Yukon Gold #897319

Tints of Yukon Gold #897319

Color information

#897319 (or 0x897319) is unknown color: approx Yukon Gold. HEX triplet: 89, 73 and 19. RGB value is (137,115,25). Sum of RGB (Red+Green+Blue) = 137+115+25=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #897319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897319 is #768CE6. Grayscale: #6F6F6F. Windows color (decimal): -7769319 or 1667977. OLE color: 1667977.

HSL color Cylindrical-coordinate representation of color #897319: hue angle of 48.21º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #897319 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB13711525-
CMYK00.160.820.46
HSL48.21º69.14%31.76%-
HSV(B)48.21º81.75%53.73%-
XYZ16.6217.653.45-
YUV111.3279.29146.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.46%
GREEN value IS 115 (45.31% from 255) = 41.52%
BLUE value IS 25 (10.16% from 255) = 9.03%
R=49.46%
G=41.52%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.82
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371152500.160.820.4648.2169.1431.76
Hex897319010522E304520
Octal21116331020122566010540
Binary1000100111100111100101000010100101011101100001000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897319; }

 p { color: rgb(137,115,25); }

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

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

 a { background-color: rgb(137,115,25); }

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

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

 span { border-color: rgb(137,115,25); }

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