Html Css Color HEX #898274 Concord

📋 copy color: '#898274'

red 137 ◦ green 130 ◦ blue 116

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

Shades of Concord #898274

Tints of Concord #898274

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.94%

 BLUE value IS 116 (45.7% from 255) = 30.29%

R = 35.77%
G = 33.94%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#898274 (or 0x898274) is known color: Concord. HEX triplet: 89, 82 and 74. RGB value is (137,130,116). Sum of RGB (Red+Green+Blue) = 137+130+116=383 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.77% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 137 - color contains mainly: red. Hex color #898274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898274 is #767D8B. Grayscale: #828282. Windows color (decimal): -7765388 or 7635593. OLE color: 7635593.

HSL color Cylindrical-coordinate representation of color #898274: hue angle of 40º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #898274 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 130 116 -
CMYK 0 0.05 0.15 0.46
HSL 40º 0.08% 0.5% -
HSV(B) 40º 0.15% 0.54% -
XYZ 21.45 22.54 19.74 -
YUV 130.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 137 130 116 0 0.05 0.15 0.46 40 0.08 0.5
Hex 89 82 74 0 5 F 2E 28 8 32
Octal 211 202 164 0 5 17 56 50 10 62
Binary 10001001 10000010 1110100 0 101 1111 101110 101000 1000 110010

Color Harmonies of #898274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898274

Black with #898274

Text Example


Text Example

White with #898274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898274; }

 p { color: rgb(137,130,116); }

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

background-color css

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

 a { background-color: rgb(137,130,116); }

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

border-color css

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

 span { border-color: rgb(137,130,116); }

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