Html Css Color HEX #897D5D Clay Creek

📋 copy color: '#897D5D'

red 137 ◦ green 125 ◦ blue 93

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

Shades of Clay Creek #897D5D

Tints of Clay Creek #897D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.2%

R = 38.59%
G = 35.21%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#897D5D (or 0x897D5D) is known color: Clay Creek. HEX triplet: 89, 7D and 5D. RGB value is (137,125,93). Sum of RGB (Red+Green+Blue) = 137+125+93=355 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.59% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 137 - color contains mainly: red. Hex color #897D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897D5D is #7682A2. Grayscale: #7D7D7D. Windows color (decimal): -7766691 or 6126985. OLE color: 6126985.

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

Color convert

RGB 137 125 93 -
CMYK 0 0.09 0.32 0.46
HSL 43.64º 0.19% 0.45% -
HSV(B) 43.64º 0.32% 0.54% -
XYZ 19.63 20.78 13.33 -
YUV 124.94 109.98 136.6 -
System Red Green Blue C M Y K H S L
Decimal 137 125 93 0 0.09 0.32 0.46 43.64 0.19 0.45
Hex 89 7D 5D 0 9 20 2E 2C 13 2D
Octal 211 175 135 0 11 40 56 54 23 55
Binary 10001001 1111101 1011101 0 1001 100000 101110 101100 10011 101101

Color Harmonies of #897D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897D5D

Black with #897D5D

Text Example


Text Example

White with #897D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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