Html Css Color HEX #897C50 Clay Creek

📋 copy color: '#897C50'

red 137 ◦ green 124 ◦ blue 80

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

Shades of Clay Creek #897C50

Tints of Clay Creek #897C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.46%

R = 40.18%
G = 36.36%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#897C50 (or 0x897C50) is known color: Clay Creek. HEX triplet: 89, 7C and 50. RGB value is (137,124,80). Sum of RGB (Red+Green+Blue) = 137+124+80=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 137 - color contains mainly: red. Hex color #897C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897C50 is #7683AF. Grayscale: #7B7B7B. Windows color (decimal): -7766960 or 5274761. OLE color: 5274761.

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

Color convert

RGB 137 124 80 -
CMYK 0 0.09 0.42 0.46
HSL 46.32º 0.26% 0.43% -
HSV(B) 46.32º 0.42% 0.54% -
XYZ 18.97 20.31 10.51 -
YUV 122.87 103.81 138.08 -
System Red Green Blue C M Y K H S L
Decimal 137 124 80 0 0.09 0.42 0.46 46.32 0.26 0.43
Hex 89 7C 50 0 9 2A 2E 2E 1A 2B
Octal 211 174 120 0 11 52 56 56 32 53
Binary 10001001 1111100 1010000 0 1001 101010 101110 101110 11010 101011

Color Harmonies of #897C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897C50

Black with #897C50

Text Example


Text Example

White with #897C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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