Html Css Color HEX #898049 Clay Creek

📋 copy color: '#898049'

red 137 ◦ green 128 ◦ blue 73

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

Shades of Clay Creek #898049

Tints of Clay Creek #898049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.6%

R = 40.53%
G = 37.87%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#898049 (or 0x898049) is known color: Clay Creek. HEX triplet: 89, 80 and 49. RGB value is (137,128,73). Sum of RGB (Red+Green+Blue) = 137+128+73=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 137 - color contains mainly: red. Hex color #898049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898049 is #767FB6. Grayscale: #7C7C7C. Windows color (decimal): -7765943 or 4817033. OLE color: 4817033.

HSL color Cylindrical-coordinate representation of color #898049: hue angle of 51.56º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #898049 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 128 73 -
CMYK 0 0.07 0.47 0.46
HSL 51.56º 0.3% 0.41% -
HSV(B) 51.56º 0.47% 0.54% -
XYZ 19.24 21.24 9.39 -
YUV 124.42 98.98 136.97 -
System Red Green Blue C M Y K H S L
Decimal 137 128 73 0 0.07 0.47 0.46 51.56 0.3 0.41
Hex 89 80 49 0 7 2F 2E 34 1E 29
Octal 211 200 111 0 7 57 56 64 36 51
Binary 10001001 10000000 1001001 0 111 101111 101110 110100 11110 101001

Color Harmonies of #898049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898049

Black with #898049

Text Example


Text Example

White with #898049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898049; }

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

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

background-color css

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

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

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

border-color css

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

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

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