Html Css Color HEX #89805D Clay Creek

📋 copy color: '#89805D'

red 137 ◦ green 128 ◦ blue 93

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

Shades of Clay Creek #89805D

Tints of Clay Creek #89805D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.98%

R = 38.27%
G = 35.75%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#89805D (or 0x89805D) is known color: Clay Creek. HEX triplet: 89, 80 and 5D. RGB value is (137,128,93). Sum of RGB (Red+Green+Blue) = 137+128+93=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 137 - color contains mainly: red. Hex color #89805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89805D is #767FA2. Grayscale: #7E7E7E. Windows color (decimal): -7765923 or 6127753. OLE color: 6127753.

HSL color Cylindrical-coordinate representation of color #89805D: hue angle of 47.73º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89805D is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 128 93 -
CMYK 0 0.07 0.32 0.46
HSL 47.73º 0.19% 0.45% -
HSV(B) 47.73º 0.32% 0.54% -
XYZ 20.01 21.55 13.46 -
YUV 126.7 108.98 135.35 -
System Red Green Blue C M Y K H S L
Decimal 137 128 93 0 0.07 0.32 0.46 47.73 0.19 0.45
Hex 89 80 5D 0 7 20 2E 30 13 2D
Octal 211 200 135 0 7 40 56 60 23 55
Binary 10001001 10000000 1011101 0 111 100000 101110 110000 10011 101101

Color Harmonies of #89805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89805D

Black with #89805D

Text Example


Text Example

White with #89805D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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