Html Css Color HEX #897013 Yukon Gold

📋 copy color: '#897013'

red 137 ◦ green 112 ◦ blue 19

#897013
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yukon Gold #897013

Tints of Yukon Gold #897013

RGB

 RED value IS 137 (53.91% from 255) = 51.12%

 GREEN value IS 112 (44.14% from 255) = 41.79%

 BLUE value IS 19 (7.81% from 255) = 7.09%

R = 51.12%
G = 41.79%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#897013 (or 0x897013) is known color: Yukon Gold. HEX triplet: 89, 70 and 13. RGB value is (137,112,19). Sum of RGB (Red+Green+Blue) = 137+112+19=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #897013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897013 is #768FEC. Grayscale: #6D6D6D. Windows color (decimal): -7770093 or 1273993. OLE color: 1273993.

HSL color Cylindrical-coordinate representation of color #897013: hue angle of 47.29º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #897013 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 112 19 -
CMYK 0 0.18 0.86 0.46
HSL 47.29º 0.76% 0.31% -
HSV(B) 47.29º 0.86% 0.54% -
XYZ 16.23 16.95 3.03 -
YUV 108.87 77.28 148.06 -
System Red Green Blue C M Y K H S L
Decimal 137 112 19 0 0.18 0.86 0.46 47.29 0.76 0.31
Hex 89 70 13 0 12 56 2E 2F 4C 1F
Octal 211 160 23 0 22 126 56 57 114 37
Binary 10001001 1110000 10011 0 10010 1010110 101110 101111 1001100 11111

Color Harmonies of #897013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897013

Black with #897013

Text Example


Text Example

White with #897013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897013; }

 p { color: rgb(137,112,19); }

 H1.HeaderClassName
 {
   color: #897013;
 }
 .AnyTagClassName
 {
   color: #897013;
 }
</style>

background-color css

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

 a { background-color: rgb(137,112,19); }

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

border-color css

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

 span { border-color: rgb(137,112,19); }

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