Html Css Color HEX #897413 Yukon Gold

📋 copy color: '#897413'

red 137 ◦ green 116 ◦ blue 19

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

Shades of Yukon Gold #897413

Tints of Yukon Gold #897413

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.65%

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

R = 50.37%
G = 42.65%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#897413 (or 0x897413) is known color: Yukon Gold. HEX triplet: 89, 74 and 13. RGB value is (137,116,19). Sum of RGB (Red+Green+Blue) = 137+116+19=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #897413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897413 is #768BEC. Grayscale: #6F6F6F. Windows color (decimal): -7769069 or 1275017. OLE color: 1275017.

HSL color Cylindrical-coordinate representation of color #897413: hue angle of 49.32º 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 #897413 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 116 19 -
CMYK 0 0.15 0.86 0.46
HSL 49.32º 0.76% 0.31% -
HSV(B) 49.32º 0.86% 0.54% -
XYZ 16.68 17.86 3.18 -
YUV 111.22 75.96 146.39 -
System Red Green Blue C M Y K H S L
Decimal 137 116 19 0 0.15 0.86 0.46 49.32 0.76 0.31
Hex 89 74 13 0 F 56 2E 31 4C 1F
Octal 211 164 23 0 17 126 56 61 114 37
Binary 10001001 1110100 10011 0 1111 1010110 101110 110001 1001100 11111

Color Harmonies of #897413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897413

Black with #897413

Text Example


Text Example

White with #897413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897413; }

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

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

background-color css

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

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

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

border-color css

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

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

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