Html Css Color HEX #8C8973 Schist

📋 copy color: '#8C8973'

red 140 ◦ green 137 ◦ blue 115

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

Shades of Schist #8C8973

Tints of Schist #8C8973

RGB

 RED value IS 140 (55.08% from 255) = 35.71%

 GREEN value IS 137 (53.91% from 255) = 34.95%

 BLUE value IS 115 (45.31% from 255) = 29.34%

R = 35.71%
G = 34.95%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#8C8973 (or 0x8C8973) is known color: Schist. HEX triplet: 8C, 89 and 73. RGB value is (140,137,115). Sum of RGB (Red+Green+Blue) = 140+137+115=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8973 is #73768C. Grayscale: #878787. Windows color (decimal): -7566989 or 7571852. OLE color: 7571852.

HSL color Cylindrical-coordinate representation of color #8C8973: hue angle of 52.8º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8C8973 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 137 115 -
CMYK 0 0.02 0.18 0.45
HSL 52.8º 0.1% 0.5% -
HSV(B) 52.8º 0.18% 0.55% -
XYZ 22.86 24.7 19.78 -
YUV 135.39 116.49 131.29 -
System Red Green Blue C M Y K H S L
Decimal 140 137 115 0 0.02 0.18 0.45 52.8 0.1 0.5
Hex 8C 89 73 0 2 12 2D 35 A 32
Octal 214 211 163 0 2 22 55 65 12 62
Binary 10001100 10001001 1110011 0 10 10010 101101 110101 1010 110010

Color Harmonies of #8C8973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8973

Black with #8C8973

Text Example


Text Example

White with #8C8973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C8973; }

 p { color: rgb(140,137,115); }

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

background-color css

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

 a { background-color: rgb(140,137,115); }

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

border-color css

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

 span { border-color: rgb(140,137,115); }

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