#898172

Color #898172 Concord (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Concord #898172

Tints of Concord #898172

Color information

#898172 (or 0x898172) is unknown color: approx Concord. HEX triplet: 89, 81 and 72. RGB value is (137,129,114). Sum of RGB (Red+Green+Blue) = 137+129+114=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 137 - color contains mainly: red. Hex color #898172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898172 is #767E8D. Grayscale: #818181. Windows color (decimal): -7765646 or 7504265. OLE color: 7504265.

HSL color Cylindrical-coordinate representation of color #898172: hue angle of 39.13º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #898172 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB137129114-
CMYK00.060.170.46
HSL39.13º9.16%49.22%-
HSV(B)39.13º16.79%53.73%-
XYZ21.222.2319.09-
YUV129.68119.15133.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.05%
GREEN value IS 129 (50.78% from 255) = 33.95%
BLUE value IS 114 (44.92% from 255) = 30%
R=36.05%
G=33.95%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712911400.060.170.4639.139.1649.22
Hex89817206112E27931
Octal211201162062156471161
Binary100010011000000111100100110100011011101001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898172; }

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

 H1.HeaderClassName
 {
   color: #898172;
 }
 .AnyTagClassName
 {
   color: #898172;
 }
</style>
background-color css

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

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

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

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

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

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