Html Css Color HEX #897250 Shadow

📋 copy color: '#897250'

red 137 ◦ green 114 ◦ blue 80

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

Shades of Shadow #897250

Tints of Shadow #897250

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.44%

 BLUE value IS 80 (31.64% from 255) = 24.17%

R = 41.39%
G = 34.44%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#897250 (or 0x897250) is known color: Shadow. HEX triplet: 89, 72 and 50. RGB value is (137,114,80). Sum of RGB (Red+Green+Blue) = 137+114+80=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 137 - color contains mainly: red. Hex color #897250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897250 is #768DAF. Grayscale: #757575. Windows color (decimal): -7769520 or 5272201. OLE color: 5272201.

HSL color Cylindrical-coordinate representation of color #897250: hue angle of 35.79º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #897250 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 114 80 -
CMYK 0 0.17 0.42 0.46
HSL 35.79º 0.26% 0.43% -
HSV(B) 35.79º 0.42% 0.54% -
XYZ 17.78 17.93 10.11 -
YUV 117 107.12 142.26 -
System Red Green Blue C M Y K H S L
Decimal 137 114 80 0 0.17 0.42 0.46 35.79 0.26 0.43
Hex 89 72 50 0 11 2A 2E 24 1A 2B
Octal 211 162 120 0 21 52 56 44 32 53
Binary 10001001 1110010 1010000 0 10001 101010 101110 100100 11010 101011

Color Harmonies of #897250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897250

Black with #897250

Text Example


Text Example

White with #897250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897250; }

 p { color: rgb(137,114,80); }

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

background-color css

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

 a { background-color: rgb(137,114,80); }

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

border-color css

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

 span { border-color: rgb(137,114,80); }

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