Html Css Color HEX #897C5D Clay Creek

📋 copy color: '#897C5D'

red 137 ◦ green 124 ◦ blue 93

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

Shades of Clay Creek #897C5D

Tints of Clay Creek #897C5D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.03%

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

R = 38.7%
G = 35.03%
B = 26.27%

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

#897C5D (or 0x897C5D) is known color: Clay Creek. HEX triplet: 89, 7C and 5D. RGB value is (137,124,93). Sum of RGB (Red+Green+Blue) = 137+124+93=354 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.70% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 137 - color contains mainly: red. Hex color #897C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897C5D is #7683A2. Grayscale: #7C7C7C. Windows color (decimal): -7766947 or 6126729. OLE color: 6126729.

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

Color convert

RGB 137 124 93 -
CMYK 0 0.09 0.32 0.46
HSL 42.27º 0.19% 0.45% -
HSV(B) 42.27º 0.32% 0.54% -
XYZ 19.5 20.52 13.29 -
YUV 124.35 110.31 137.02 -
System Red Green Blue C M Y K H S L
Decimal 137 124 93 0 0.09 0.32 0.46 42.27 0.19 0.45
Hex 89 7C 5D 0 9 20 2E 2A 13 2D
Octal 211 174 135 0 11 40 56 52 23 55
Binary 10001001 1111100 1011101 0 1001 100000 101110 101010 10011 101101

Color Harmonies of #897C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897C5D

Black with #897C5D

Text Example


Text Example

White with #897C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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