Html Css Color HEX #89805E Clay Creek

📋 copy color: '#89805E'

red 137 ◦ green 128 ◦ blue 94

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

Shades of Clay Creek #89805E

Tints of Clay Creek #89805E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.65%

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

R = 38.16%
G = 35.65%
B = 26.18%

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

#89805E (or 0x89805E) is known color: Clay Creek. HEX triplet: 89, 80 and 5E. RGB value is (137,128,94). Sum of RGB (Red+Green+Blue) = 137+128+94=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 137 - color contains mainly: red. Hex color #89805E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89805E is #767FA1. Grayscale: #7E7E7E. Windows color (decimal): -7765922 or 6193289. OLE color: 6193289.

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

Color convert

RGB 137 128 94 -
CMYK 0 0.07 0.31 0.46
HSL 47.44º 0.19% 0.45% -
HSV(B) 47.44º 0.31% 0.54% -
XYZ 20.06 21.56 13.7 -
YUV 126.82 109.48 135.26 -
System Red Green Blue C M Y K H S L
Decimal 137 128 94 0 0.07 0.31 0.46 47.44 0.19 0.45
Hex 89 80 5E 0 7 1F 2E 2F 13 2D
Octal 211 200 136 0 7 37 56 57 23 55
Binary 10001001 10000000 1011110 0 111 11111 101110 101111 10011 101101

Color Harmonies of #89805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89805E

Black with #89805E

Text Example


Text Example

White with #89805E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89805E; }

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

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

background-color css

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

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

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

border-color css

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

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

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