Html Css Color HEX #897F5E Clay Creek

📋 copy color: '#897F5E'

red 137 ◦ green 127 ◦ blue 94

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

Shades of Clay Creek #897F5E

Tints of Clay Creek #897F5E

RGB

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

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

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

R = 38.27%
G = 35.47%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#897F5E (or 0x897F5E) is known color: Clay Creek. HEX triplet: 89, 7F and 5E. RGB value is (137,127,94). Sum of RGB (Red+Green+Blue) = 137+127+94=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 137 - color contains mainly: red. Hex color #897F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897F5E is #7680A1. Grayscale: #7E7E7E. Windows color (decimal): -7766178 or 6193033. OLE color: 6193033.

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

Color convert

RGB 137 127 94 -
CMYK 0 0.07 0.31 0.46
HSL 46.05º 0.19% 0.45% -
HSV(B) 46.05º 0.31% 0.54% -
XYZ 19.93 21.31 13.65 -
YUV 126.23 109.81 135.68 -
System Red Green Blue C M Y K H S L
Decimal 137 127 94 0 0.07 0.31 0.46 46.05 0.19 0.45
Hex 89 7F 5E 0 7 1F 2E 2E 13 2D
Octal 211 177 136 0 7 37 56 56 23 55
Binary 10001001 1111111 1011110 0 111 11111 101110 101110 10011 101101

Color Harmonies of #897F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897F5E

Black with #897F5E

Text Example


Text Example

White with #897F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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