Html Css Color HEX #897164 Beaver

📋 copy color: '#897164'

red 137 ◦ green 113 ◦ blue 100

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

Shades of Beaver #897164

Tints of Beaver #897164

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.29%

 BLUE value IS 100 (39.45% from 255) = 28.57%

R = 39.14%
G = 32.29%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#897164 (or 0x897164) is known color: Beaver. HEX triplet: 89, 71 and 64. RGB value is (137,113,100). Sum of RGB (Red+Green+Blue) = 137+113+100=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 137 - color contains mainly: red. Hex color #897164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897164 is #768E9B. Grayscale: #767676. Windows color (decimal): -7769756 or 6582665. OLE color: 6582665.

HSL color Cylindrical-coordinate representation of color #897164: hue angle of 21.08º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #897164 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 113 100 -
CMYK 0 0.18 0.27 0.46
HSL 21.08º 0.16% 0.46% -
HSV(B) 21.08º 0.27% 0.54% -
XYZ 18.52 18.05 14.56 -
YUV 118.69 117.45 141.06 -
System Red Green Blue C M Y K H S L
Decimal 137 113 100 0 0.18 0.27 0.46 21.08 0.16 0.46
Hex 89 71 64 0 12 1B 2E 15 10 2E
Octal 211 161 144 0 22 33 56 25 20 56
Binary 10001001 1110001 1100100 0 10010 11011 101110 10101 10000 101110

Color Harmonies of #897164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897164

Black with #897164

Text Example


Text Example

White with #897164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897164; }

 p { color: rgb(137,113,100); }

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

background-color css

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

 a { background-color: rgb(137,113,100); }

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

border-color css

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

 span { border-color: rgb(137,113,100); }

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