Html Css Color HEX #897F5C Clay Creek

📋 copy color: '#897F5C'

red 137 ◦ green 127 ◦ blue 92

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

Shades of Clay Creek #897F5C

Tints of Clay Creek #897F5C

RGB

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

 GREEN value IS 127 (50% from 255) = 35.67%

 BLUE value IS 92 (36.33% from 255) = 25.84%

R = 38.48%
G = 35.67%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#897F5C (or 0x897F5C) is known color: Clay Creek. HEX triplet: 89, 7F and 5C. RGB value is (137,127,92). Sum of RGB (Red+Green+Blue) = 137+127+92=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 137 - color contains mainly: red. Hex color #897F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897F5C is #7680A3. Grayscale: #7E7E7E. Windows color (decimal): -7766180 or 6061961. OLE color: 6061961.

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

Color convert

RGB 137 127 92 -
CMYK 0 0.07 0.33 0.46
HSL 46.67º 0.2% 0.45% -
HSV(B) 46.67º 0.33% 0.54% -
XYZ 19.84 21.27 13.19 -
YUV 126 108.81 135.85 -
System Red Green Blue C M Y K H S L
Decimal 137 127 92 0 0.07 0.33 0.46 46.67 0.2 0.45
Hex 89 7F 5C 0 7 21 2E 2F 14 2D
Octal 211 177 134 0 7 41 56 57 24 55
Binary 10001001 1111111 1011100 0 111 100001 101110 101111 10100 101101

Color Harmonies of #897F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897F5C

Black with #897F5C

Text Example


Text Example

White with #897F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,127,92); }

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

background-color css

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

 a { background-color: rgb(137,127,92); }

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

border-color css

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

 span { border-color: rgb(137,127,92); }

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