Html Css Color HEX #897D5B Clay Creek

📋 copy color: '#897D5B'

red 137 ◦ green 125 ◦ blue 91

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

Shades of Clay Creek #897D5B

Tints of Clay Creek #897D5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.78%

R = 38.81%
G = 35.41%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#897D5B (or 0x897D5B) is known color: Clay Creek. HEX triplet: 89, 7D and 5B. RGB value is (137,125,91). Sum of RGB (Red+Green+Blue) = 137+125+91=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 137 - color contains mainly: red. Hex color #897D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897D5B is #7682A4. Grayscale: #7C7C7C. Windows color (decimal): -7766693 or 5995913. OLE color: 5995913.

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

Color convert

RGB 137 125 91 -
CMYK 0 0.09 0.34 0.46
HSL 44.35º 0.2% 0.45% -
HSV(B) 44.35º 0.34% 0.54% -
XYZ 19.54 20.74 12.87 -
YUV 124.71 108.98 136.76 -
System Red Green Blue C M Y K H S L
Decimal 137 125 91 0 0.09 0.34 0.46 44.35 0.2 0.45
Hex 89 7D 5B 0 9 22 2E 2C 14 2D
Octal 211 175 133 0 11 42 56 54 24 55
Binary 10001001 1111101 1011011 0 1001 100010 101110 101100 10100 101101

Color Harmonies of #897D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897D5B

Black with #897D5B

Text Example


Text Example

White with #897D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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