Html Css Color HEX #897313 Yukon Gold

📋 copy color: '#897313'

red 137 ◦ green 115 ◦ blue 19

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

Shades of Yukon Gold #897313

Tints of Yukon Gold #897313

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.44%

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

R = 50.55%
G = 42.44%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#897313 (or 0x897313) is known color: Yukon Gold. HEX triplet: 89, 73 and 13. RGB value is (137,115,19). Sum of RGB (Red+Green+Blue) = 137+115+19=271 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.55% from 271); Green value is 115 (45.31% from 255 or 42.44% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 137 - color contains mainly: red. Hex color #897313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897313 is #768CEC. Grayscale: #6F6F6F. Windows color (decimal): -7769325 or 1274761. OLE color: 1274761.

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

Color convert

RGB 137 115 19 -
CMYK 0 0.16 0.86 0.46
HSL 48.81º 0.76% 0.31% -
HSV(B) 48.81º 0.86% 0.54% -
XYZ 16.56 17.63 3.15 -
YUV 110.63 76.29 146.81 -
System Red Green Blue C M Y K H S L
Decimal 137 115 19 0 0.16 0.86 0.46 48.81 0.76 0.31
Hex 89 73 13 0 10 56 2E 31 4C 1F
Octal 211 163 23 0 20 126 56 61 114 37
Binary 10001001 1110011 10011 0 10000 1010110 101110 110001 1001100 11111

Color Harmonies of #897313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897313

Black with #897313

Text Example


Text Example

White with #897313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897313; }

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

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

background-color css

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

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

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

border-color css

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

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

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