Html Css Color HEX #897C42 Highball

📋 copy color: '#897C42'

red 137 ◦ green 124 ◦ blue 66

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

Shades of Highball #897C42

Tints of Highball #897C42

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.92%

 BLUE value IS 66 (26.17% from 255) = 20.18%

R = 41.9%
G = 37.92%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#897C42 (or 0x897C42) is known color: Highball. HEX triplet: 89, 7C and 42. RGB value is (137,124,66). Sum of RGB (Red+Green+Blue) = 137+124+66=327 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.90% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 137 - color contains mainly: red. Hex color #897C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897C42 is #7683BD. Grayscale: #797979. Windows color (decimal): -7766974 or 4357257. OLE color: 4357257.

HSL color Cylindrical-coordinate representation of color #897C42: hue angle of 49.01º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #897C42 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 124 66 -
CMYK 0 0.09 0.52 0.46
HSL 49.01º 0.35% 0.4% -
HSV(B) 49.01º 0.52% 0.54% -
XYZ 18.51 20.13 8.06 -
YUV 121.28 96.81 139.22 -
System Red Green Blue C M Y K H S L
Decimal 137 124 66 0 0.09 0.52 0.46 49.01 0.35 0.4
Hex 89 7C 42 0 9 34 2E 31 23 28
Octal 211 174 102 0 11 64 56 61 43 50
Binary 10001001 1111100 1000010 0 1001 110100 101110 110001 100011 101000

Color Harmonies of #897C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897C42

Black with #897C42

Text Example


Text Example

White with #897C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897C42; }

 p { color: rgb(137,124,66); }

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

background-color css

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

 a { background-color: rgb(137,124,66); }

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

border-color css

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

 span { border-color: rgb(137,124,66); }

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