Html Css Color HEX #897955 Clay Creek

📋 copy color: '#897955'

red 137 ◦ green 121 ◦ blue 85

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

Shades of Clay Creek #897955

Tints of Clay Creek #897955

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.28%

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

R = 39.94%
G = 35.28%
B = 24.78%

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

#897955 (or 0x897955) is known color: Clay Creek. HEX triplet: 89, 79 and 55. RGB value is (137,121,85). Sum of RGB (Red+Green+Blue) = 137+121+85=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 137 - color contains mainly: red. Hex color #897955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897955 is #7686AA. Grayscale: #797979. Windows color (decimal): -7767723 or 5601673. OLE color: 5601673.

HSL color Cylindrical-coordinate representation of color #897955: hue angle of 41.54º 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 #897955 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 121 85 -
CMYK 0 0.12 0.38 0.46
HSL 41.54º 0.23% 0.44% -
HSV(B) 41.54º 0.38% 0.54% -
XYZ 18.79 19.65 11.4 -
YUV 121.68 107.3 138.93 -
System Red Green Blue C M Y K H S L
Decimal 137 121 85 0 0.12 0.38 0.46 41.54 0.23 0.44
Hex 89 79 55 0 C 26 2E 2A 17 2C
Octal 211 171 125 0 14 46 56 52 27 54
Binary 10001001 1111001 1010101 0 1100 100110 101110 101010 10111 101100

Color Harmonies of #897955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897955

Black with #897955

Text Example


Text Example

White with #897955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897955; }

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

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

background-color css

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

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

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

border-color css

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

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

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