Html Css Color HEX #897D5A Clay Creek

📋 copy color: '#897D5A'

red 137 ◦ green 125 ◦ blue 90

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

Shades of Clay Creek #897D5A

Tints of Clay Creek #897D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.57%

R = 38.92%
G = 35.51%
B = 25.57%

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

#897D5A (or 0x897D5A) is known color: Clay Creek. HEX triplet: 89, 7D and 5A. RGB value is (137,125,90). Sum of RGB (Red+Green+Blue) = 137+125+90=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 137 - color contains mainly: red. Hex color #897D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897D5A is #7682A5. Grayscale: #7C7C7C. Windows color (decimal): -7766694 or 5930377. OLE color: 5930377.

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

Color convert

RGB 137 125 90 -
CMYK 0 0.09 0.34 0.46
HSL 44.68º 0.21% 0.45% -
HSV(B) 44.68º 0.34% 0.54% -
XYZ 19.5 20.72 12.65 -
YUV 124.6 108.48 136.85 -
System Red Green Blue C M Y K H S L
Decimal 137 125 90 0 0.09 0.34 0.46 44.68 0.21 0.45
Hex 89 7D 5A 0 9 22 2E 2D 15 2D
Octal 211 175 132 0 11 42 56 55 25 55
Binary 10001001 1111101 1011010 0 1001 100010 101110 101101 10101 101101

Color Harmonies of #897D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897D5A

Black with #897D5A

Text Example


Text Example

White with #897D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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