Html Css Color HEX #897D42 Highball

📋 copy color: '#897D42'

red 137 ◦ green 125 ◦ blue 66

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

Shades of Highball #897D42

Tints of Highball #897D42

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.11%

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

R = 41.77%
G = 38.11%
B = 20.12%

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

#897D42 (or 0x897D42) is known color: Highball. HEX triplet: 89, 7D and 42. RGB value is (137,125,66). Sum of RGB (Red+Green+Blue) = 137+125+66=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 137 - color contains mainly: red. Hex color #897D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897D42 is #7682BD. Grayscale: #7A7A7A. Windows color (decimal): -7766718 or 4357513. OLE color: 4357513.

HSL color Cylindrical-coordinate representation of color #897D42: hue angle of 49.86º 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 #897D42 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 125 66 -
CMYK 0 0.09 0.52 0.46
HSL 49.86º 0.35% 0.4% -
HSV(B) 49.86º 0.52% 0.54% -
XYZ 18.63 20.38 8.11 -
YUV 121.86 96.48 138.8 -
System Red Green Blue C M Y K H S L
Decimal 137 125 66 0 0.09 0.52 0.46 49.86 0.35 0.4
Hex 89 7D 42 0 9 34 2E 32 23 28
Octal 211 175 102 0 11 64 56 62 43 50
Binary 10001001 1111101 1000010 0 1001 110100 101110 110010 100011 101000

Color Harmonies of #897D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897D42

Black with #897D42

Text Example


Text Example

White with #897D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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