Html Css Color HEX #897855 Clay Creek

📋 copy color: '#897855'

red 137 ◦ green 120 ◦ blue 85

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

Shades of Clay Creek #897855

Tints of Clay Creek #897855

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.09%

 BLUE value IS 85 (33.59% from 255) = 24.85%

R = 40.06%
G = 35.09%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#897855 (or 0x897855) is known color: Clay Creek. HEX triplet: 89, 78 and 55. RGB value is (137,120,85). Sum of RGB (Red+Green+Blue) = 137+120+85=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 137 - color contains mainly: red. Hex color #897855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897855 is #7687AA. Grayscale: #797979. Windows color (decimal): -7767979 or 5601417. OLE color: 5601417.

HSL color Cylindrical-coordinate representation of color #897855: hue angle of 40.38º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #897855 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 120 85 -
CMYK 0 0.12 0.38 0.46
HSL 40.38º 0.23% 0.44% -
HSV(B) 40.38º 0.38% 0.54% -
XYZ 18.67 19.41 11.36 -
YUV 121.09 107.63 139.35 -
System Red Green Blue C M Y K H S L
Decimal 137 120 85 0 0.12 0.38 0.46 40.38 0.23 0.44
Hex 89 78 55 0 C 26 2E 28 17 2C
Octal 211 170 125 0 14 46 56 50 27 54
Binary 10001001 1111000 1010101 0 1100 100110 101110 101000 10111 101100

Color Harmonies of #897855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897855

Black with #897855

Text Example


Text Example

White with #897855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897855; }

 p { color: rgb(137,120,85); }

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

background-color css

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

 a { background-color: rgb(137,120,85); }

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

border-color css

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

 span { border-color: rgb(137,120,85); }

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