Html Css Color HEX #897C5E Clay Creek

📋 copy color: '#897C5E'

red 137 ◦ green 124 ◦ blue 94

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

Shades of Clay Creek #897C5E

Tints of Clay Creek #897C5E

RGB

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

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

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

R = 38.59%
G = 34.93%
B = 26.48%

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

#897C5E (or 0x897C5E) is known color: Clay Creek. HEX triplet: 89, 7C and 5E. RGB value is (137,124,94). Sum of RGB (Red+Green+Blue) = 137+124+94=355 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.59% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 137 - color contains mainly: red. Hex color #897C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897C5E is #7683A1. Grayscale: #7C7C7C. Windows color (decimal): -7766946 or 6192265. OLE color: 6192265.

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

Color convert

RGB 137 124 94 -
CMYK 0 0.09 0.31 0.46
HSL 41.86º 0.19% 0.45% -
HSV(B) 41.86º 0.31% 0.54% -
XYZ 19.54 20.54 13.52 -
YUV 124.47 110.81 136.94 -
System Red Green Blue C M Y K H S L
Decimal 137 124 94 0 0.09 0.31 0.46 41.86 0.19 0.45
Hex 89 7C 5E 0 9 1F 2E 2A 13 2D
Octal 211 174 136 0 11 37 56 52 23 55
Binary 10001001 1111100 1011110 0 1001 11111 101110 101010 10011 101101

Color Harmonies of #897C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897C5E

Black with #897C5E

Text Example


Text Example

White with #897C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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