Html Css Color HEX #897D5E Clay Creek

📋 copy color: '#897D5E'

red 137 ◦ green 125 ◦ blue 94

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

Shades of Clay Creek #897D5E

Tints of Clay Creek #897D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.4%

R = 38.48%
G = 35.11%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#897D5E (or 0x897D5E) is known color: Clay Creek. HEX triplet: 89, 7D and 5E. RGB value is (137,125,94). Sum of RGB (Red+Green+Blue) = 137+125+94=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 137 - color contains mainly: red. Hex color #897D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897D5E is #7682A1. Grayscale: #7D7D7D. Windows color (decimal): -7766690 or 6192521. OLE color: 6192521.

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

Color convert

RGB 137 125 94 -
CMYK 0 0.09 0.31 0.46
HSL 43.26º 0.19% 0.45% -
HSV(B) 43.26º 0.31% 0.54% -
XYZ 19.67 20.79 13.57 -
YUV 125.05 110.48 136.52 -
System Red Green Blue C M Y K H S L
Decimal 137 125 94 0 0.09 0.31 0.46 43.26 0.19 0.45
Hex 89 7D 5E 0 9 1F 2E 2B 13 2D
Octal 211 175 136 0 11 37 56 53 23 55
Binary 10001001 1111101 1011110 0 1001 11111 101110 101011 10011 101101

Color Harmonies of #897D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897D5E

Black with #897D5E

Text Example


Text Example

White with #897D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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