Html Css Color HEX #897C4C Clay Creek

📋 copy color: '#897C4C'

red 137 ◦ green 124 ◦ blue 76

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

Shades of Clay Creek #897C4C

Tints of Clay Creek #897C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.55%

R = 40.65%
G = 36.8%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#897C4C (or 0x897C4C) is known color: Clay Creek. HEX triplet: 89, 7C and 4C. RGB value is (137,124,76). Sum of RGB (Red+Green+Blue) = 137+124+76=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 137 - color contains mainly: red. Hex color #897C4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897C4C is #7683B3. Grayscale: #7A7A7A. Windows color (decimal): -7766964 or 5012617. OLE color: 5012617.

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

Color convert

RGB 137 124 76 -
CMYK 0 0.09 0.45 0.46
HSL 47.21º 0.29% 0.42% -
HSV(B) 47.21º 0.45% 0.54% -
XYZ 18.83 20.26 9.75 -
YUV 122.42 101.81 138.4 -
System Red Green Blue C M Y K H S L
Decimal 137 124 76 0 0.09 0.45 0.46 47.21 0.29 0.42
Hex 89 7C 4C 0 9 2D 2E 2F 1D 2A
Octal 211 174 114 0 11 55 56 57 35 52
Binary 10001001 1111100 1001100 0 1001 101101 101110 101111 11101 101010

Color Harmonies of #897C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897C4C

Black with #897C4C

Text Example


Text Example

White with #897C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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