Html Css Color HEX #898149 Clay Creek

📋 copy color: '#898149'

red 137 ◦ green 129 ◦ blue 73

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

Shades of Clay Creek #898149

Tints of Clay Creek #898149

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.05%

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

R = 40.41%
G = 38.05%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#898149 (or 0x898149) is known color: Clay Creek. HEX triplet: 89, 81 and 49. RGB value is (137,129,73). Sum of RGB (Red+Green+Blue) = 137+129+73=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 137 - color contains mainly: red. Hex color #898149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898149 is #767EB6. Grayscale: #7D7D7D. Windows color (decimal): -7765687 or 4817289. OLE color: 4817289.

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

Color convert

RGB 137 129 73 -
CMYK 0 0.06 0.47 0.46
HSL 52.5º 0.3% 0.41% -
HSV(B) 52.5º 0.47% 0.54% -
XYZ 19.37 21.5 9.43 -
YUV 125.01 98.65 136.55 -
System Red Green Blue C M Y K H S L
Decimal 137 129 73 0 0.06 0.47 0.46 52.5 0.3 0.41
Hex 89 81 49 0 6 2F 2E 34 1E 29
Octal 211 201 111 0 6 57 56 64 36 51
Binary 10001001 10000001 1001001 0 110 101111 101110 110100 11110 101001

Color Harmonies of #898149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898149

Black with #898149

Text Example


Text Example

White with #898149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898149; }

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

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

background-color css

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

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

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

border-color css

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

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

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